A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2007-March/071511.html below:

[Python-Dev] Encouraging developers

[Python-Dev] Encouraging developers [Python-Dev] Encouraging developersNeil Schemenauer nas at arctrix.com
Tue Mar 6 00:30:06 CET 2007
Neil Schemenauer <nas at arctrix.com> wrote:
> Using git-svn to track a SVN repository seems to work well.  It
> would be trivial to setup a cron job on one of the python.org
> machines that would create a publicly accessible repository.

I guess Andrew was looking for specific instructions.  Install git
and git-svn.  For Debian stable, you can get them from
http://backports.org/debian/pool/main/g/git-core/.

Initialize the repository:

    git-svn init http://svn.foo.org/project/trunk

Fetch versions from SVN:

    git-svn fetch

I think the fetch can be run periodically from a cron job.  The
repository can be cloned via HTTP but it's much faster to use the
git server which runs on it's own TCP port.

  Neil

More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4