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

RE: Repository corruption? - Missing but not missing but version is "?"

From: Harvey, Edward <Edward.Harvey_at_patni.com>
Date: Fri, 3 Oct 2008 17:15:56 -0400

Nevermind, I figured it out...

My confusion was, "If it's missing, it must re-download when I update." Normally that's true, but not if it was never committed in the first place.

echo "blah" > foo
svn add foo
svn rm foo
svn st
! foo
svn revert foo
svn st

________________________________
From: Harvey, Edward
Sent: Friday, October 03, 2008 5:06 PM
To: users_at_subversion.tigris.org
Subject: Repository corruption? - Missing but not missing but version is "?"

The file (or directory) "ams_state1_simon" is missing. So I do an update, but it can't download. Says it's ok, but then it's still missing... Please, somebody, can you tell me what's wrong here? Or what I should do about it? Please watch "ams_state1_simon"

The most telling bit of information, I think, is near the end... Coming from "svn st -u" It appears there may be some corruption in the repository for some reason...

[reynolds_at_simon sim_top]$ svn st
? trash
! ams_state1_simon
[reynolds_at_simon sim_top]$ svn help status | grep '!'
      '!' item is missing (removed by non-svn command) or incomplete
[reynolds_at_simon sim_top]$ svn up
At revision 6210.
[reynolds_at_simon sim_top]$ svn st
? trash
! ams_state1_simon
[reynolds_at_simon sim_top]$ svn cleanup
[reynolds_at_simon sim_top]$ svn st
? trash
! ams_state1_simon
[reynolds_at_simon sim_top]$ svn up
At revision 6210.
[reynolds_at_simon sim_top]$ svn st
? trash
! ams_state1_simon
[reynolds_at_simon sim_top]$ svn st -u
? trash
     O 6210 schematic/ams_direct.dat
     O 6210 schematic/sch.cdb
     O 6210 schematic/master.tag
     O 6210 schematic/pc.db
     O 6210 schematic/verilog.vams
     O 6210 schematic/prop.xx
! ? ams_state1_simon
Status against revision: 6210
[reynolds_at_simon sim_top]$ svn help status | grep O
      'O' locked in repository, lock token in some Other working copy

________________________________
This e-mail message may contain proprietary, confidential or legally privileged information for the sole use of the person or entity to whom this message was originally addressed. Any review, e-transmission dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you have received this e-mail in error kindly delete this e-mail from your records. If it appears that this mail has been forwarded to you without proper authority, please notify us immediately at netadmin_at_patni.com and delete this mail.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-03 23:19:01 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.