From e2b894cc01bb3a10fa950112f49a12ba1b09a63d Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Thu, 4 Nov 2010 16:56:50 -0500 Subject: doc: Update to point to git repository Signed-off-by: Sol Jerome --- doc/unsorted/contribute.txt | 4 ++-- doc/unsorted/install.txt | 4 ++-- doc/unsorted/writing_specification.txt | 3 +-- 3 files changed, 5 insertions(+), 6 deletions(-) (limited to 'doc/unsorted') diff --git a/doc/unsorted/contribute.txt b/doc/unsorted/contribute.txt index a0bdd0ada..fab9d09a1 100644 --- a/doc/unsorted/contribute.txt +++ b/doc/unsorted/contribute.txt @@ -23,10 +23,10 @@ trac system, you will need to create a session by clicking on the [https://trac.mcs.anl.gov/projects/bcfg2/prefs Preferences] link and filling out/saving changes to the form. In order to be considered for mainline inclusion, patches need to be BSD licensed. The most convenient -way to prepare patches is by using svn diff inside of a source tree +way to prepare patches is by using git diff inside of a source tree checked out of subversion. The source tree can be checked out by running:: - svn co https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2 + git clone git://git.mcs.anl.gov/bcfg2.git Users wishing to contribute on a regular basis can apply for direct subversion access. Mail the mailing list for details. diff --git a/doc/unsorted/install.txt b/doc/unsorted/install.txt index 56a4b9ebf..6589261ab 100644 --- a/doc/unsorted/install.txt +++ b/doc/unsorted/install.txt @@ -33,9 +33,9 @@ Using native OS X python First, make sure you have Xcode installed as you need `packagemaker` which comes bundled in the Developer tools. -Check out the source from subversion:: +Clone the git source:: - svn co https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2 + git clone git://git.mcs.anl.gov/bcfg2.git Change to the osx directory and type make. Your new package should be located at bcfg2-'''$VERSION'''.pkg (where '''$VERSION''' is that which is specified in setup.py). diff --git a/doc/unsorted/writing_specification.txt b/doc/unsorted/writing_specification.txt index eced54841..5a75165bf 100644 --- a/doc/unsorted/writing_specification.txt +++ b/doc/unsorted/writing_specification.txt @@ -166,8 +166,7 @@ The following is an annotated copy of a bundle: .. code-block:: xml - + -- cgit v1.2.3-1-g7c22