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

[TSVN] Re: TSVN causing asp.net app recompile

From: John <jsparrow_at_ecclescollege.ac.uk>
Date: 2005-06-13 13:53:08 CEST

John <jsparrow <at> ecclescollege.ac.uk> writes:

> I've noticed something interesting with TSVN1.2: if I do an 'Update' on a web
> app (no changes are brought down), I loose session state - I assume this is
> caused by TSVN touching the dll in some way, and causing .NET to recompile..

I understand the problem more now - I had the 'bin' folder under version
control, even though all contents were excluded. SVN Updating the WC must cause
the '.svn' folder to change in 'bin', even though nothing else alters. That
causes .NET to recompile. (apparently .NET doesn't check if it's own files have
changed, it just looks for *anything* changing in 'bin'!)

The solution was simply to add my 'bin' folder to the ignore list - hence no
'.svn' folder, and no problems!

Useful to know anyway.

John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Jun 13 14:07:18 2005

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

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