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

Re: Feature Request: Select items automatically on a per file basis

From: Leo Davidson <leonudeldavidson_at_gmail.com>
Date: Thu, 7 Oct 2010 07:46:53 +0100

> So I version the .suo file. Then, every time I compile, VS touches
> and changes the .suo file

Since VS re-creates the file every time the code is built, why does
the file need to be versioned?

If the file does need to be versioned (which IMO it does not), what
use is there in storing an out-of-date version of it which is never
updated the repository?

I'm pretty sure you can just set a global ignore on *.suo and forget
about those files. Note that they are created with the hidden
attribute, too. The .suo files are essentially cache temp-files from
what I can tell. Anything in them can be re-created from the source,
and if they're out of date compared to the source then they are
useless as well.

(I fully agree that Microsoft should stop dumping crap like that in
with the source code, but that's life with Visual Studio. :( )

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2668782

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-10-07 08:47:04 CEST

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.