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

Re: beginner question about import

From: Sergio Antoy <antoy_at_cs.pdx.edu>
Date: 2006-10-06 23:42:13 CEST

Ryan,

Thank you. This is exactly what I was looking for.
It must be that the two following commands are equivalent

   svn mkdir REPO/DIR (whether or not DIR exists)
   svn import DIR REPO/DIR (when DIR is empty)

Sergio

Ryan Schmidt writes:

> On Oct 6, 2006, at 12:05, Sergio Antoy wrote:
>
> > I have a project in a directory that contains lots of files. I
> > want to place the directory project and only some (not all) of its
> > files under svn.
> >
> > The only way I discoveredq to do this is either to temporarily
> > move out of the directory the files I do not want under svn, or to
> > temporarily create an empty dummy directory with the same name
> > and my project directory.
> >
> > When I import the project directory, is there a way to tell svn
> > "do not import any file" or "import only the files from a given
> > list"? Apologies if the is a frequent question, but I could not
> > find the answer in either the faq or the manual.
>
> Use an in-place import:
>
> http://subversion.tigris.org/faq.html#in-place-import

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 6 23:43:01 2006

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.