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

Re: svn:ignore

From: Simon Whittaker <simon_at_swbh.net>
Date: 2006-04-21 17:16:11 CEST

Ryan Schmidt wrote:
> On Apr 21, 2006, at 16:12, Simon Whittaker wrote:
>
>> I would like to ignore a whole directory from any changes made by the
>> developers, we are using tortoisesvn on the checkout end and from
>> what I understood you could use the properties and svn:ignore to
>> ensure that the directory was left out. I have set svn:ignore to *
>> and set recursive but the changed files are still appearing when I
>> commit. I think I am probably misunderstanding the process here but
>> would appreciate any guidance.
>
> Sounds correct to me. If you have a directory "foo" and you want it to
> be in the repository, but empty, such that any files a developer has
> locally in "foo" do not get shown as unversioned when using svn
> status, then this is the way to go.
>
> svn propset svn:ignore '*' foo
> svn commit -m "Ignoring the contents of 'foo'."
Perfect - thanks to all that answered

simon

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 21 17:19:21 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.