You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by ge...@googlemail.com on 2009/09/05 10:49:14 UTC

svn up doesn't always work for added files.

Does anyone else have this problem?

Sometimes svn up will not detect files added and committed to a repository  
folder by another user.

This is not because of depth, either.. I can actually cd into the folder in  
question and svn up till the cows come home, it wont detect changes.. :/

eg
version 155
testproject
---subFolder
-----fileA

Bob commits 156, he adds fileB to subfolder
version 155
testproject
---subFolder
-----fileA
-----fileB

George cd's into testProject folder and updates, nothing happens.
version 155
testproject
---subFolder
-----fileA

George cd's into subFolder, and updates, nothing happens.
version 155
testproject
---subFolder
-----fileA

George cd's back up, deletes subFolder and then does svn up subFolder, he  
gets
version 156
testproject
---subFolder
-----fileA
-----fileB

This is happening to us on both windows and mac (not linux), using svn  
1.6.2, it happens almost once/twice a day.

I want to verify if anyone else has seen this behaviour and filed a bug,  
before I do.

Many thanks,

George.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2391267

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: svn up doesn't always work for added files.

Posted by ru...@vshift.com.
I've had similar issues happen a few times and usually can solve them by changing the depth - tortoisesvn update to revision - infinity.  

I though myself that its a bit weird, but have always just shrugged it off, as it only happened a few times.  

Russ
Sent from my Verizon Wireless BlackBerry

-----Original Message-----
From: georgejcook@googlemail.com

Date: Sat, 05 Sep 2009 10:49:14 
To: <us...@subversion.tigris.org>
Subject: svn up doesn't always work for added files.


Does anyone else have this problem?

Sometimes svn up will not detect files added and committed to a repository  
folder by another user.

This is not because of depth, either.. I can actually cd into the folder in  
question and svn up till the cows come home, it wont detect changes.. :/

eg
version 155
testproject
---subFolder
-----fileA

Bob commits 156, he adds fileB to subfolder
version 155
testproject
---subFolder
-----fileA
-----fileB

George cd's into testProject folder and updates, nothing happens.
version 155
testproject
---subFolder
-----fileA

George cd's into subFolder, and updates, nothing happens.
version 155
testproject
---subFolder
-----fileA

George cd's back up, deletes subFolder and then does svn up subFolder, he  
gets
version 156
testproject
---subFolder
-----fileA
-----fileB

This is happening to us on both windows and mac (not linux), using svn  
1.6.2, it happens almost once/twice a day.

I want to verify if anyone else has seen this behaviour and filed a bug,  
before I do.

Many thanks,

George.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2391267

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2391324

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: svn up doesn't always work for added files.

Posted by Kurt Pruenner <le...@gmx.at>.
georgejcook@googlemail.com wrote:
> This is happening to us on both windows and mac (not linux), using svn
> 1.6.2, it happens almost once/twice a day.
  ^^^^^
I'm pretty sure that's a bug that was fixed in 1.6.3; but even after
upgrading (1.6.5 is current) you'll need to change the working copy's
depth to infinity using svn update --depth infinity to fix the working
copy itself.

-- 
Kurt Bernhard Pruenner --- Haendelstrasse 17 --- 4020 Linz --- Austria
.......It might be written "Mindfuck", but it's spelt "L-A-I-N".......
np: Das Bierbeben - Abschied (Das Bierbeben)

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2391272

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].