Skip to content

Commit d09776b

Browse files
author
Richard Jones
committed
update to git instructions, thanks John Kristensen
1 parent 43bb5c4 commit d09776b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

website/www/code.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,29 @@ Code
44
Changelog
55
----------
66

7-
The changelog is available `here <http://svn.roundup-tracker.org/viewvc/roundup/roundup/trunk/CHANGES.txt?view=markup>`_
7+
The changelog is available `here <http://roundup.git.sourceforge.net/git/gitweb.cgi?p=roundup/roundup;a=blob;f=CHANGES.txt>`_
88

9-
ViewVC
9+
GitWeb
1010
------
1111

12-
You may browse the repository via `viewvc <http://svn.roundup-tracker.org/viewvc/roundup/>`_
12+
You may browse the repository via `gitweb <http://roundup.git.sourceforge.net/git/gitweb.cgi?p=roundup/roundup;a=summary>`_
1313

1414
Read-only Access
1515
----------------
1616

17-
Read-only repository access is provided through http://svn.roundup-tracker.org/svnroot/roundup
17+
Read-only repository access is provided through git://roundup.git.sourceforge.net/gitroot/roundup/roundup
1818

1919
The development branch can be checked out via::
2020

21-
svn co http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk roundup
21+
git clone git://roundup.git.sourceforge.net/gitroot/roundup/roundup roundup
2222

2323

2424
Read-write Access
2525
-----------------
2626

27-
When attempting to write, you will be prompted for your SourceForge.net
28-
username and password. (See `SF's site documentation on svn authorisation <http://sourceforge.net/apps/trac/sourceforge/wiki/Subversion#Authentication>`_)
27+
The read/write access uses your SourceForge.net ssh password or ssh key
28+
to authorize your access. (See `SF's site documentation on git authorisation <http://sourceforge.net/apps/trac/sourceforge/wiki/Git#Authentication>`_)
2929
Of course a roundup developer must have granted
3030
you write access first - ask for it on the roundup-devel list.
3131

32-
svn co https://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk roundup
32+
git clone ssh\ ://\ *<username>*\ @roundup.git.sourceforge.net/gitroot/roundup/roundup roundup

0 commit comments

Comments
 (0)