El Sun, 30 Mar 2008 13:33:25 +0100
Ian Lee <[EMAIL PROTECTED]> escribió:

> Ismael Luceno wrote:
> > I've written a document about how to use git with svn, take it a
> > look ;).
> > 
> > http://www.initng.org/wiki/Documents_Documentation_Developer_git-svn
> > 
> > 
> 
> I feel stupid... i tried
> git-svn clone -r 5361:HEAD  https://svn.initng.org/project/trunk
> initng
> 
> I got this:
> 
> Initialized empty Git repository in .git/
> W: Ignoring error from SVN, path probably does not exist: (175007):
> HTTP Path No
> t Found: REPORT request failed on '/!svn/bc/5383/project/trunk': 
> '/!svn/bc/5383/
> project/trunk' path not found
> Path '' was probably deleted:
> HTTP Path Not Found: REPORT request failed on 
> '/!svn/bc/5383/project/trunk': '/!
> svn/bc/5383/project/trunk' path not found
> Will attempt to follow revisions r5361 .. r5383 committed before the 
> deletion
> 
> what should the revision be to get the latest??

I've edited the page to make it clear, you must replace "project" with
the project you want to check out, for example:

git-svn clone -r 5359:HEAD https://svn.initng.org/libinitng/trunk \
        libinitng

-- 
Ismael Luceno

Attachment: signature.asc
Description: PGP signature

-- 
_______________________________________________
Initng mailing list
[email protected]
http://jw.dyndns.org/mailman/listinfo/initng

Reply via email to