First of all, you need the SVN client. On Mac OS X you can get it through
Fink or via
FinkCommander (install the
svn-client
package). On Debian (or derivatives) you just install the
subversion
package as usually (
apt-get install subversion
).
Th command to download some source from an SVN repository:
svn checkout URL PATH
"URL" stands for the trunk URL of the repository you want to get, "PATH" stands for the local directory name to fetch the files into.
Of course you can read the complete documentation of the checkout command with issuing
svn help checkout
.
PS:
checkout
can be abbreviated to
co
.
Recent comments
2 years 34 weeks ago
4 years 3 weeks ago
4 years 3 weeks ago
4 years 5 weeks ago
4 years 6 weeks ago
4 years 13 weeks ago
4 years 13 weeks ago
4 years 13 weeks ago
4 years 13 weeks ago
4 years 14 weeks ago