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

RE: Re: How to lock creation of a folder

From: Glenn Carr <GCarr_at_ConnectShip.com>
Date: Fri, 28 Mar 2008 11:43:32 -0500

> > Ok I could ignore this folder ...but this operation have to done on each
> > client ... it's not possible to add a "rule" on server ?
>
> Use the svn:ignore property on the parent folder. All clients will
> receive that property when they update, so they too will ignore the
> bin folder.

That's they way we do it, and it works well. Building in VS2005/2008 there are usually bin and obj folders that we just add to the svn:ignore property on the parent.

There are some cases in which we commit the .\bin\Release\<utility>.exe under the bin, in which case we commit the .exe, and ignore the Debug folder under bin which usually takes care of it.

We do this consistently in order to be able to TSVN commit from a root directory without seeing any build residue.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-03-28 17:43:44 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

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