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

Re: exclude certain files and directories when importing for the first time

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: Tue, 29 Jan 2008 06:47:13 -0600

On Jan 29, 2008, at 06:11, Marcelo de Moraes Serpa wrote:

> I'm just adding a project for the first time to a repository
> (importing) and I don't want certain files and subdirs to be
> included. I thought on using the svn:exclude property but it can
> only be set on working copies and I don't have a working copy yet
> in this stage. What should I do ?

There is no "svn:exclude"; I guess you mean "svn:ignore". But yes,
you're right, that only works once you already have a working copy.

It sounds like maybe you should use the so-called "in-place import"
feature, instead of using "svn import". See the FAQ:

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-29 13:47:40 CET

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.