On 10/1/06, Bill Page <[EMAIL PROTECTED]> wrote:

Now, how do I use this at Google Code?


svnsync can replicate any repository to any other, over any network
protocol.  So you'd do something like:

# reset google repos to r0
# initialize google repos:
$ svnsync init https://axiom.googlecode.com/svn file:///the/original/svn/repos
# push the local repos history up to the remote repos
$ svnsync --non-interactive sync https://axiom.googlecode.com/svn

Note:  you can use svnsync to 'push' commits at googlecode, but at the
moment you can't use it to 'pull' commits down from googlecode,
because we've not yet upgraded googlecode to svn 1.4.  (Though we're
actively working on it.)  But the method above is a way of at least
initially populating your googlecode repository.

Btw, I've just reset your repository back to revision 0.


_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to