Mailing List Archive

[SpamAssassin Wiki] Updated: DownloadFromSvn
Date: 2004-10-19T20:50:04
Editor: DanielQuinlan <quinlan@pathname.com>
Wiki: SpamAssassin Wiki
Page: DownloadFromSvn
URL: http://wiki.apache.org/spamassassin/DownloadFromSvn

branches

Change Log:

------------------------------------------------------------------------------
@@ -13,16 +13,20 @@

=== Downloading via anonymous SVN ===
{{{
-$ svn checkout http://svn.apache.org/repos/asf/spamassassin/trunk spamassassin/
-}}}
-
-This will put the latest (trunk) version of spamassassin in the directory spamassassin/.
+$ 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) ===
{{{
-$ svn checkout https://svn.apache.org/repos/asf/spamassassin/trunk spamassassin
+$ svn checkout http://svn.apache.org/repos/asf/spamassassin/branches/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.

== Using Subversion ==
@@ -42,6 +46,12 @@
}}}

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 ===
+
+{{{
+$ svn list http://svn.apache.org/repos/asf/spamassassin/branches
+}}}

=== More information ===
[SpamAssassin Wiki] Updated: DownloadFromSvn [ In reply to ]
Date: 2004-10-27T09:54:04
Editor: DavidForrest <drf5n+spamassassin@freeshell.org>
Wiki: SpamAssassin Wiki
Page: DownloadFromSvn
URL: http://wiki.apache.org/spamassassin/DownloadFromSvn

no comment

Change Log:

------------------------------------------------------------------------------
@@ -66,4 +66,5 @@
{{{
$ svn switch http://svn.apache.org/repos/asf/spamassassin/trunk
}}}
-
+----
+CategoryDevelopment