.SVN-BASE 파일 확장자
Subversion Base File
| 개발사 | The Apache Project |
| 인기도 |
3.6 | 12 투표 |
SVN-BASE 파일이란 무엇인가요?
File created by Subversion, an open source version control system; stores a base copy of a file that is checked out from the Subversion repository; used to compare the working copy of a project file against its latest checked out version.
추가 정보
Subversion creates SVN-BASE files locally on the developer's computer when files are checked out from the repository. This allows Subversion to compare changes to files locally without having to re-fetch them from the remote repository. In this manner, SVN-BASE files are like a cache.
SVN-BASE files are stored within a .SVN hidden directory of a Subversion project. They typically are hidden by default within IDEs that integrate with Subversion.
SVN-BASE 파일을 열거나 참조하는 프로그램
Windows
Subversion
Eclipse IDE for Java Developers with Subclipse plug-in
무료Mac
Subversion
Eclipse IDE for Java Developers with Subclipse plug-in
무료Linux
Subversion
Eclipse IDE for Java Developers with Subclipse plug-in
무료