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

Re: Advice for .NET projects in Subversion

From: Eric Lemes <ericlemes_at_gmail.com>
Date: 2006-12-05 17:41:40 CET

Hello Wendy,

I'm using Subversion for .Net projects for about 6 months.

If the project was in VSS before, there's some problems with bindings. There
is a tool called "Source Safe Binding Remover" for helping remove these
bindings. It deletes every .vss* files and does some modifications in the
.csproj and .vbproj files.

There's so much useless data too, in the files .user, .suo (must be
ignored), the "obj" dirs for every projects, .webinfo. The main files that
you must worry about is the .sln, .csproj, .vbproj, .cs, .aspx, ascx, asax.

In the VS2005 projects (.Net 2.0), the sourcesafe bindings must be removed
by hand.

There's other stupid directories created by VS2003 and some "WebCache"
structure. You must delete this (it holds some informations about web
projects). It's in the C:\Documents and Settings\<user>\VSWebCache.

I think that's all.

Eric

On 12/5/06, Wendy Smoak <wsmoak@gmail.com> wrote:
>
> I use Subversion for Java projects, documentation, etc., and am in
> need of some advice on putting .NET projects into the repository. (Of
> course .NET is completely useless as a search term!)
>
> I'm not familiar with the .NET project structure, but I have a list of
> file types that shouldn't be checked in, including .suo, .csproj.user,
> .dll, .exe, .cab, .msi. (And I'm vaguely aware of the problem with
> .svn directory names and the 'dot net hack' to use _svn.)
>
> Any further advice or pointers to information would be appreciated.
>
> Thanks,
> Wendy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
Received on Tue Dec 5 17:42:24 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.