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

Re: Importing over existing directory

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-06-25 17:58:24 CEST

martin@v.loewis.de (Martin v. Löwis) writes:

> > You copy a directories contents *into* an existing directory,
> > though. I imagine you can
> >
> > $ cd foo
> > $ svn import . http://host/repos/foo
> >
> > That should work, especially if foo is empty.
>
> Thanks, it does indeed (if I switch the arguments to import).

So you're running an older version of svn? Because in svn 0.24, the
syntax for import is:

   svn import [PATH] URL
   Recursively commit a copy of PATH to URL.

It's just like 'copy'.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 25 20:00:29 2003

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

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