You can easy enough create you own local mirror of the svn repo:
mkdir satchmo && cd satchmo
git init
git svn init -s svn://satchmoproject.com/satchmo/
git svn fetch
run the garbage collector if you like, this can save a fair amount of
space:
git gc
keep up to date with crontab:
crontab -l > crontmp
echo "0 0 * * * git --git-dir=~/git/satchmo svn
rebase" >> crontmp
crontab crontmp
rm crontmp
or you could only mirror the source you need:
git svn init -T svn://satchmoproject.com/satchmo/trunk/satchmo/
and then you can easily use submodules:
git submodule add ~/git/satchmo satchmo
enjoy
--
Regards,
Will Boyce <[email protected]>
http://willboyce.com
On 11 Mar 2009, at 20:57, kevin wrote:
>
>
>> Chris, Bruce -- would it be a real pain to move to git? It's so
>> much more
>> awesome. ;)
>
> Or even just a git mirror.. there used to be one @ .....
>
> Wait a second.. it's back!
>
> http://spinlock.ch/pub/git/django/satchmo.git
>
> >
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Satchmo users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---