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

Re: Re: Why does SVN version a folder that contains folders versioned under a differnet folder?

From: Jean-Marc van Leerdam <j.m.van.leerdam_at_gmail.com>
Date: Sun, 30 May 2010 13:51:58 +0200

Hi,

On 28 May 2010 18:16, john caporal <jcaporal_at_nycm.com> wrote:
> Even though the top-level folder - bin - is not versioned, then SVN still looks underneath it for other folders? Why?
>

But it is versioned. The .svn folder inside bin is the proof. As Andy
already explained, your tools probably create a copy of the src tree
to bin at some point (during the build, or at some other stage). What
you then end up with is what is called a 'nested' layout: a working
copy that contains parts of another working copy (or even of itself
but from somewhere else in the tree.

To solve it, remove the .svn folders from the bin tree, make sure you
svn ignore the bin folder (like the logs folder has been ignored) and
ensure that the build process ignores .svn folders during its
operations. That final part is essential and not something we can help
you with as long as we do not know what development/build environment
you are using.

-- 
Regards,
Jean-Marc
--
.       ___
.  @@  // \\      "De Chelonian Mobile"
. (_,\/ \_/ \     TortoiseSVN
.   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
.   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2614944
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-05-30 13:52:10 CEST

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.