You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Harvey, Edward" <Ed...@patni.com> on 2008/10/03 21:06:22 UTC

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@simon sim_top]$ svn st
?      trash
!      ams_state1_simon
[reynolds@simon sim_top]$ svn help status | grep '!'
      '!' item is missing (removed by non-svn command) or incomplete
[reynolds@simon sim_top]$ svn up
At revision 6210.
[reynolds@simon sim_top]$ svn st
?      trash
!      ams_state1_simon
[reynolds@simon sim_top]$ svn cleanup
[reynolds@simon sim_top]$ svn st
?      trash
!      ams_state1_simon
[reynolds@simon sim_top]$ svn up
At revision 6210.
[reynolds@simon sim_top]$ svn st
?      trash
!      ams_state1_simon
[reynolds@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@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@patni.com and delete this mail.

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


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

Posted by "Harvey, Edward" <Ed...@patni.com>.
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@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@simon sim_top]$ svn st
?      trash
!      ams_state1_simon
[reynolds@simon sim_top]$ svn help status | grep '!'
      '!' item is missing (removed by non-svn command) or incomplete
[reynolds@simon sim_top]$ svn up
At revision 6210.
[reynolds@simon sim_top]$ svn st
?      trash
!      ams_state1_simon
[reynolds@simon sim_top]$ svn cleanup
[reynolds@simon sim_top]$ svn st
?      trash
!      ams_state1_simon
[reynolds@simon sim_top]$ svn up
At revision 6210.
[reynolds@simon sim_top]$ svn st
?      trash
!      ams_state1_simon
[reynolds@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@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@patni.com and delete this mail.

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