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

svn up doesn't always work for added files.

From: <georgejcook_at_googlemail.com>
Date: Sat, 05 Sep 2009 10:49:14 +0000

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_at_subversion.tigris.org].
Received on 2009-09-05 13:11:44 CEST

This is an archived mail posted to the Subversion Users mailing list.

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