[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

in place import

From: Kai Hendry <hendry_at_cs.helsinki.fi>
Date: 2004-01-08 12:46:03 CET

I would like to do an in place import :

http://subversion.tigris.org/project_faq.html#in-place-import

But without have to create empty repo beforehand. Or is svnadmin clever
enough to create a new node if I:
svnadmin create file:///home/fs/hendry/repo/etc

I don't think so...

I was little confused when I first:

svn co file:///home/fs/hendry/repo/ etc

To see the entire repo come down into /etc, you see. :)

I expected something like this to work:

hendry_at_bogrund-14:~/backup$ svn co file:///home/fs/hendry/repo/etc /etc
svn: Bad URL passed to RA layer
svn: Source URL doesn't exist: file:///home/fs/hendry/repo/etc.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 8 12:46:48 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.