Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: branches

...

No Format
$ svn checkout http://svn.apache.org/repos/asf/spamassassin/trunk spamassassin/-trunk

This will put the latest (trunk) version of spamassassin in the directory spamassassin/-trunk.

Downloading via authenticated SVN (developers only)

No Format
$ svn checkout httpshttp://svn.apache.org/repos/asf/spamassassin/trunkbranches/3.0 spamassassin-3.0

This will put the 3.0 branch of spamassassin in the directory spamassassin-3.0.

Downloading via authenticated SVN (developers only)

Use the same commands as above, but replace "http" with "https".

Authentication will allow you to commit your changes to the SpamAssassin tree. Commit access is generally given if you have a history of making valuable contributions to SpamAssassin in the form of patches.

...

This will create a unified diff (patch-file) with the differences between your local tree and the server's copy. Be sure to update before you do this to ensure there are no conflicts.

Listing files

No Format

$ svn list http://svn.apache.org/repos/asf/spamassassin/branches

More information

Wiki Markup
For more information, try "svn help" and reading the \[http://subversion.tigris.org/ Subversion website\] and the \[http://svnbook.red-bean.com/ Subversion book\].

...