[Tracker-discuss] where's that spam button?

Brett Cannon brett at python.org
Fri Jun 8 19:29:34 CEST 2007


On 6/8/07, skip at pobox.com <skip at pobox.com> wrote:
>
>
>     Brett> The tracker code is at svn.python.org/tracker/ .  And as you
> have
>     Brett> commit privs on svn.python.org you can edit the code.
>
> I managed to get something checking out with this command:
>
>     svn co http://svn.python.org/projects/tracker tracker
>
> I presume that's what you meant?



Yes, although that is a read-only checkout so any changes you make you won't
be able to commit back.  If you want a read-write checkout do::

  svn co svn+ssh://pythondev@svn.python.org/tracker/


-Brett
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tracker-discuss/attachments/20070608/3cf48d5e/attachment.html 


More information about the Tracker-discuss mailing list