|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
possible bug - files not being added to working copyI 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@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@...]. |
|
|
Re: possible bug - files not being added to working copyOn Thu, Nov 05, 2009 at 02:11:34PM -0500, Ruslan Sivak wrote:
> 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. Have you tried specifying the file explicitly? svn update html.cfc > I have saved off the affected folder if any more information is needed. What do 'svn status' and 'svn info' say about the folder and the missing file? Thanks, Stefan ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2415052 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
|
|
Re: possible bug - files not being added to working copy
Stefan Sperling wrote:
>svn info html.cfcOn Thu, Nov 05, 2009 at 02:11:34PM -0500, Ruslan Sivak wrote: html.cfc: (Not a versioned resource) svn: A problem occurred; see other errors for details >svn status html.cfc >svn update html.cfc A html.cfc Updated to revision 15091. >svn status html.cfc >svn info html.cfc Path: html.cfc Name: html.cfc URL: svn://myserver/path/to/file/html.cfc Repository Root: svn://myserver/path Repository UUID: 6e430553-4dfc-0310-9d92-8909c771d480 Revision: 15091 Node Kind: file Schedule: normal Last Changed Author: myusername Last Changed Rev: 15048 Last Changed Date: 2009-11-03 14:37:59 -0500 (Tue, 03 Nov 2009) Text Last Updated: 2009-11-06 11:31:54 -0500 (Fri, 06 Nov 2009) Checksum: b2b7c59f17fe1655a0f898a201a441d7 So it looks like the file came in when specified explicitly. It sounds like there is some sort of bug here, do you know what it could be? Russ |
|
|
Re: possible bug - files not being added to working copyOn Nov 6, 2009, at 10:38, Ruslan Sivak wrote:
> So it looks like the file came in when specified explicitly. It > sounds like there is some sort of bug here, do you know what it > could be? It sounds like your working copy got corrupted somehow. On Nov 5, 2009, at 13:11, Ruslan Sivak wrote: > If I delete the containing folder and do an update the file comes in. SInce you already discovered that deleting the working copy and re- fetching it works, that is the solution I recommend. ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2415689 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
| Free embeddable forum powered by Nabble | Forum Help |