axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Axiom-developer] RE: [M#73697383] Re: Disk-quota Request


From: Bill Page
Subject: RE: [Axiom-developer] RE: [M#73697383] Re: Disk-quota Request
Date: Sun, 1 Oct 2006 14:16:35 -0400

Earlier I wrote:

> 
> But the 'svnsync sync' command says:
> 
>  $ svnsync --non-interactive sync file:///home/page/axiom_sync
> 
>  svnsync: REPORT request failed on
> 'https://svn.sourceforge.net/svnroot/axiom'
>  svnsync: The requested report is unknown.
> ...

Ok, the following worked, starting with a local backup copy of the
repository that was rsync'd from SourceForge.

$ svnadmin create /home/page/axiom_sync2
$ echo '#!/bin/sh' > /home/page/axiom_sync2/hooks/pre-revprop-change
$ chmod 755 /home/page/axiom_sync2/hooks/pre-revprop-change
$ svnsync init file:///home/page/axiom_sync2 file:///home/page/test0
$ svnsync --non-interactive sync file:///home/page/axiom_sync2
...
Committed revision 165.
Copied properties for revision 165.
$ du -s axiom_sync2
156792  axiom_sync2

-------

And it's the same size. Great!

Now, how do I use this at Google Code?

Regards,
Bill Page.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]