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

Re: Visual Studio build fails because .svn\wc.db is open

From: Andy Levy <andy.levy_at_gmail.com>
Date: Fri, 10 Feb 2012 10:24:20 -0500

On Fri, Feb 10, 2012 at 10:15, Steve Yates <steve_at_teamits.com> wrote:
> On Feb 10, 2012, at 12:58 AM, "Stefan Küng" <tortoisesvn_at_gmail.com> wrote:
>>
>> Why does your build even try to delete that file? It must not even touch
>> that file or any other file inside the hidden .svn folder!
>>
>> Change your build accordingly, or SVN won't work at all.
>
> By default Visual Studio empties the target directory on each build.

This is one of many reasons that the standard practice is to do the
exact opposite of what you're doing - tell SVN to ignore the bin & obj
directories completely, and only version the source code &
configuration files needed to build the project.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-02-10 16:25:08 CET

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.