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

update only updates files?

From: Jeff Barrett <jbarrett_at_finaplex.com>
Date: 2006-08-29 20:45:21 CEST

Howdy,

I've got an interesting one, for me at least. I've got a user that has
one file that shows up as "missing". Running svn update successfully
creates the file in his local working copy. But! Running svn status
shows the new file as unknown (aka "?") and still shows the file as missing.

Below is a excerpt from the commandline of this behavior and I've
attached the "entries" file for this directory.

Anyone have any thoughts as to what would cause this? I'm assuming if
we fully checked out again it would go away, but I thought understanding
the problem might be a good idea.

Thanks.

####################################################
C:\SVN\fwm-docs\projects\Finaplex OnDemand Guides(WIP)>svn --version
svn, version 1.3.2 (r19776)
    compiled May 26 2006, 13:10:00

Copyright (C) 2000-2006 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_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
   - handles 'http' scheme
   - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
   - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
   - handles 'file' scheme

C:\SVN\fwm-docs\projects\Finaplex OnDemand Guides(WIP)>svn info
Path: .
URL:
https://firefly/svnrepos/general/trunk/fwm-docs/projects/Finaplex%20OnDemand%20Guides(WIP)
Repository Root: https://firefly/svnrepos/general
Repository UUID: cbea0586-7c02-0410-877b-ba2afe5d286f
Revision: 2074
Node Kind: directory
Schedule: normal
Last Changed Author: aharihar
Last Changed Rev: 2015
Last Changed Date: 2006-08-25 04:52:59 -0700 (Fri, 25 Aug 2006)

C:\SVN\fwm-docs\projects\Finaplex OnDemand Guides(WIP)>svn st -u
! 2074 FRB beta version Port Mgmt - Tutorial draft - OLD -
do not update.doc
Status against revision: 2074

C:\SVN\fwm-docs\projects\Finaplex OnDemand Guides(WIP)>svn update
Restored 'FRB beta version Port Mgmt - Tutorial draft - OLD - do not
update.doc '
At revision 2074.

C:\SVN\fwm-docs\projects\Finaplex OnDemand Guides(WIP)>svn st
? FRB beta version Port Mgmt - Tutorial draft - OLD - do not update.doc
! FRB beta version Port Mgmt - Tutorial draft - OLD - do not update.doc

C:\SVN\fwm-docs\projects\Finaplex OnDemand Guides(WIP)>svn up
At revision 2074.

C:\SVN\fwm-docs\projects\Finaplex OnDemand Guides(WIP)>svn st
? FRB beta version Port Mgmt - Tutorial draft - OLD - do not update.doc
! FRB beta version Port Mgmt - Tutorial draft - OLD - do not update.doc

C:\SVN\fwm-docs\projects\Finaplex OnDemand Guides(WIP)>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Received on Tue Aug 29 21:13:18 2006

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.