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

Re: ignore files on import??

From: Michael W Thelen <mike_at_pietdepsi.com>
Date: 2005-01-10 17:32:54 CET

RCS Computers wrote:
> I would like to import a directory with several directories inside it
> that I do not want version controlled. I am thinking I will just have
> to copy those folders out of said directory, 'svn import' the directory,
> copy those folders back into the directory, and then set svn:ignore for
> the folders I want ignored.
>
> That seems like a pain. Is there a way to tell 'svn import' to skip
> some directories?

You might try the "in-place import" trick described here:
http://subversion.tigris.org/project_faq.html#in-place-import

By using svn add instead of svn import, you can selectively tell
Subversion which files and directories you would like to have under
version control. In fact, I hardly ever use svn import any more. I
usually use this technique instead.

-- 
Michael W Thelen
It is a mistake to think you can solve any major problems just with
potatoes.       -- Douglas Adams

Received on Mon Jan 10 17:38:53 2005

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.