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

Re: Problems with updating new file.

From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Wed, 29 Jul 2009 00:53:59 -0500

On Jul 28, 2009, at 13:31, baz themail wrote:

> On Tue, Jul 28, 2009 at 11:25 AM, baz themailwrote:
>
>> I have a problem related to adding new file and updating the newly
>> added file. Here is the sequence:
>>
>> 1. Added new file test.txt in machine A and commit it to svn
>> server (1.5.2). Revision 100.
>> 2. Run "svn up" and cannot update that new file into machine B.
>> The revision is updated to 100 but not seeing the new file.
>
> More additional information of the environment for debug purpose:
>
> 1. SVN server 1.5.2.
> 2. TSVN 1.6.1.
> 3. Collabnet command line client 1.6.0.
> 4. Windows XP Pro SP2.
>
>
> This issue does not happen to new checkout directory. Only
> directory that has been there for a while (yes i know this is very
> vague). We did not know why the new check out works, and we did not
> know what is causing the directory not working anymore.

Perhaps the old working copy was a sparse checkout, the purpose of
which is to behave as you describe, and not pull in new items until
named explicitly in an "svn up" command. Perhaps the working copy was
created with the depth option, or perhaps it was somehow
inadvertently converted into a sparse checkout. Or maybe the working
copy was just corrupted in some way. Since you have discovered that a
new working copy works, use that and discard the old one.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-29 10:48:45 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.