Mercurial > p > roundup > code
changeset 4549:bba5b4ec2a63 website
update to git instructions, thanks John Kristensen
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 21 Oct 2011 03:40:57 +0000 |
| parents | b19488f673ed |
| children | 7cd19e56ae4c |
| files | website/www/code.txt |
| diffstat | 1 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/website/www/code.txt Fri Oct 21 03:39:49 2011 +0000 +++ b/website/www/code.txt Fri Oct 21 03:40:57 2011 +0000 @@ -4,29 +4,29 @@ Changelog ---------- -The changelog is available `here <http://svn.roundup-tracker.org/viewvc/roundup/roundup/trunk/CHANGES.txt?view=markup>`_ +The changelog is available `here <http://roundup.git.sourceforge.net/git/gitweb.cgi?p=roundup/roundup;a=blob;f=CHANGES.txt>`_ -ViewVC +GitWeb ------ -You may browse the repository via `viewvc <http://svn.roundup-tracker.org/viewvc/roundup/>`_ +You may browse the repository via `gitweb <http://roundup.git.sourceforge.net/git/gitweb.cgi?p=roundup/roundup;a=summary>`_ Read-only Access ---------------- -Read-only repository access is provided through http://svn.roundup-tracker.org/svnroot/roundup +Read-only repository access is provided through git://roundup.git.sourceforge.net/gitroot/roundup/roundup The development branch can be checked out via:: - svn co http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk roundup + git clone git://roundup.git.sourceforge.net/gitroot/roundup/roundup roundup Read-write Access ----------------- -When attempting to write, you will be prompted for your SourceForge.net -username and password. (See `SF's site documentation on svn authorisation <http://sourceforge.net/apps/trac/sourceforge/wiki/Subversion#Authentication>`_) +The read/write access uses your SourceForge.net ssh password or ssh key +to authorize your access. (See `SF's site documentation on git authorisation <http://sourceforge.net/apps/trac/sourceforge/wiki/Git#Authentication>`_) Of course a roundup developer must have granted you write access first - ask for it on the roundup-devel list. - svn co https://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk roundup + git clone ssh\ ://\ *<username>*\ @roundup.git.sourceforge.net/gitroot/roundup/roundup roundup
