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

Re: SubWCRev.exe weirdness when used in website .NET project

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Mon, 18 May 2009 17:41:21 +0200

Nick Gilbert wrote:
>
>>> How about introducing a utiliity project that is a dependency of your
>>> main project? This project updates your Version.h (say, in a pre-build
>>> action), before your main project checks which files need to recompile.
>>>
> Tried that and it didn't work :(
>
>> Just a thought:
>> you could try deleting the object file of version.cs either before or
>> after calling SubWCRev - that would force the compiler to rebuild that file.
>>
>> Stefan
> That's the bit I really don't get - it doesn't have a separate obj file,
> it all builds to a single DLL for the whole project and none of the
> other files are affected by the problem - only the one modified by
> subwcrev.exe

For C#, there are no *.obj files but *.cs files in the obj/Debug or
obj/Release folder.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2300984
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2009-05-18 17:41:34 CEST

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.