From: Fernando P. <fpe...@gm...> - 2011-12-17 00:12:41
|
On Fri, Dec 16, 2011 at 3:39 PM, Fernando Perez <fpe...@gm...> wrote: > Great, thanks. I'll see if I can push and will report back. If it > doesn't work, we'll see if John can later restore write access to it. Well, I can't seem to push. I don't know if it's my sourceforge credentials, or if the repos are read-only, or what. In case anyone else wants to give it a try, I tarred the svn directory and put it up here: http://fperez.org/tmp/sample_data_svn.tgz I've already done the add steps, so all you should need to do is: wget http://fperez.org/tmp/sample_data_svn.tgz tar xzf sample_data_svn.tgz cd sample_data_svn svn commit -m"Sync SVN repo with contents in current git repo" If one of you wants to try pasting the above four lines into a terminal, let me know if it works for you. Cheers, f |