Re: git svn error "Not a valid object name"

2013-03-16 Thread Adam Retter
Ah right yes, sorry the HTTPS version needs a username the HTTP version does not. Please use: http://svn.code.sf.net/p/exist/code On 16 March 2013 17:13, Eric Wong wrote: > Adam Retter wrote: >> If your able, any idea of when you might be able to take a look at the >> bug? Our svn repo is publi

Re: git svn error "Not a valid object name"

2013-03-16 Thread Dannes Wessels
Http:// should provide access without password .. -- Dannes Wessels On 16 mrt. 2013, at 18:13, Eric Wong wrote: > Adam Retter wrote: >> If your able, any idea of when you might be able to take a look at the >> bug? Our svn repo is publicly available for all. > > svn ls https://svn.code.sf

Re: git svn error "Not a valid object name"

2013-03-16 Thread Eric Wong
Adam Retter wrote: > If your able, any idea of when you might be able to take a look at the > bug? Our svn repo is publicly available for all. svn ls https://svn.code.sf.net/p/exist/code/trunk ...Is asking me for username -- To unsubscribe from this list: send the line "unsubscribe git" in the bo

Re: git svn error "Not a valid object name"

2013-03-16 Thread Thomas Rast
[+Cc Eric] Adam Retter writes: > $ git svn init -t tags -b stable -T trunk > file:///home/ec2-user/svn-rsync/code new-git-repo > $ cd new-git-repo > $ git config svn-remote.svn.preserve-empty-dirs true > $ git config svn-remote.svn.rewriteRoot https://svn.code.sf.net/p/exist/code > $ git svn fet

Re: git svn error "Not a valid object name"

2013-03-16 Thread Adam Retter
>> fatal: Not a valid object name >> ls-tree -z ./webapp/api/: command returned error: 128 >> >> I have no idea what this means, or how to fix this. >> We are using Git version 1.8.1.GIT on Amazon EC2 Linux. >> >> Any suggestions please? > > You might've hit a bug in branch detection, but I'd have

Re: git svn error "Not a valid object name"

2013-03-15 Thread Eric Wong
Adam Retter wrote: > Our public SourceForge Subversion repository is here: > http://svn.code.sf.net/p/exist/code/trunk/eXist It's asking me for a username/password... > We cloned that to the local server using rsync and are attempting to > migrate to git using the following commands: > > $ git

git svn error "Not a valid object name"

2013-03-11 Thread Adam Retter
Hi there, We have been attempting to move our smallish SVN repository for our Open Source project (ww.exist-db.org) from SourceForge over to GitHub and it is not going well at all. We started with svn2git as recommended by GitHub and that didnt work, we are not on to using 'git svn' directly. If