Dealing with VS2005 .suo files
Davide Bizzocchi
davide.bizzocchi at gmail.com
Fri Jul 27 15:19:08 BST 2007
Klaus Hartke <klaus.hartke <at> googlemail.com> writes:
>
> > Hi, I'm using Bazaar with a couple of Visual Studio 2005 projects.
> > There's a problem with the .suo file associated with the projects:
> > modified, every time I open the project in VS, even if I don't modify
> > source files.
> > This causes problems if I want to merge project versions, because I'm
> > forced to commit everytime.
> > I cannot remove it from versioning, because it has to be distributed together
> > with the project...
> > What's the best strategy in dealing with this type of files?
>
> The following page on MSDN provides some guidance in this area:
>
> http://msdn2.microsoft.com/en-US/library/ms171339.aspx
> [cut]
So, how can I exclude the file from versioning, but being able to
distribute it together with the project?
I tried with "bzr ignore" and "bzr remove --keep", but in either
case when I execute a "push" of the project, the file's not copied
into the destination folder...
More information about the bazaar
mailing list