Changes

Jump to: navigation, search

FAQ

1 byte removed, 13:22, 6 October 2006
SVN
# '''Where can I find an SVN Client?
#: View a [http://subversion.tigris.org/links.html#clients list of SVN clients] available for various platforms and development environments.
# '''===SVN Common Commands'''===
#: To access the svn repository for your project, use the following command to 'check out' your project.
<pre>
#: To update the repository with your latest changes to the repository, type:
<pre>
svn commit -m "type a message here that explains what your commitingcommitting"
</pre>
#: To update the sandbox located on your local machine to the same version on the repository, type:
svn log
</pre>
:It is very important that you type useful messages when you commit committing code.
==Terminology==
1
edit

Navigation menu