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

Re: Reconstructing the .svn directory

From: Gavin Lambert <tsvn_at_mirality.co.nz>
Date: 2006-08-10 01:08:53 CEST

Quoth Leon Zandman:
> Yeah, that's right. But if you set Release and Debug directories to be
> read-only (only the directories themselves, not the files in it) then VS
> will not delete them on build.

Note that you can only set the read-only attribute on a directory from
the command prompt (using the attrib command) -- if you try to do it
from the Properties page then it will apply it to all the contents of
the directory, but not the directory itself.

Usually, though, Release and Debug folders aren't version-controlled
anyway, since they only contain output files, and output files shouldn't
be in source control (since you can always regenerate them from source,
and because they're annoyingly large).

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Thu Aug 10 01:09:20 2006

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.