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

possible bug - files not being added to working copy

From: Ruslan Sivak <russ_at_vshift.com>
Date: Thu, 05 Nov 2009 14:11:34 -0500

I have a file that I know exists in the repository but doesn't get
updated. The file is html.cfc

>svn list
ResponseFactory.cfc
analytics/
contribution/
eventComponent.cfc
eventComponentV2.cfc
factories/
html.cfc
leaderComponent.cfc
validation/
videoGalleryComponent.cfc

>dir /b
analytics
contribution
eventComponent.cfc
eventComponentV2.cfc
factories
leaderComponent.cfc
ResponseFactory.cfc
validation
videoGalleryComponent.cfc

>svn update --depth infinity
At revision 15087.

>svn update --set-depth infinity
At revision 15087.

>svn --version
svn, version 1.6.6 (SlikSvn:tag/1.6.6_at_40358) WIN32
   compiled Nov 3 2009, 15:31:43

Copyright (C) 2000-2009 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_neon : Module for accessing a repository via WebDAV protocol using
Neon.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - with Cyrus SASL authentication
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using
serf.
  - handles 'http' scheme
  - handles 'https' scheme

Same thing happens with the latest TortoiseSVN.

Windows Server 2003 R2 x32 SP2

If I delete the containing folder and do an update the file comes in.

I have saved off the affected folder if any more information is needed.

Russ

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-05 20:12:39 CET

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.