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

Re: Having trouble migrating a single set of directories from one repo to another

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-02-08 22:15:22 CET

On Feb 8, 2007, at 13:25, Rick Mann wrote:

> I've tried adding a (nearly) empty "repo" directory to the new repo
> to help it out, but I get this:
>
> $ mkdir repo
> $ touch repo/test
> $ svn import --username rmann repo svn://svn.darbon.org
> Adding repo/test
>
> Committed revision 1.
> $ svn ls svn://svn.darbon.org/repo
> svn: URL 'svn://svn.darbon.org/repo' non-existent in that revision

I believe the *contents* of your local repo directory got imported
into the repository root. You should tell it that you want the
contents of the local repo directory to go into a directory repo in
the repository root:

svn import repo svn://svn.darbon.org/repo

> I'm sure I'm just off by a bit, but I'm puzzled and frustrated. I
> don't recall how I got my original repo to have a "repo" root, and
> I don't seem to be able to get that created here.

You could also just:

svn mkdir svn://svn.darbon.org/repo

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 8 22:15:57 2007

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.