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

Re: Confusion on Directories

From: Kenneth Jacker <khj_at_be.cs.appstate.edu>
Date: 2006-06-12 16:31:06 CEST

>> o According to the SVN Book, the 'status' sub-command indicates that
>> a `?' in column one corresponds to an "Item not under version
>> control". The output of 'status' above contains `?'s, yet 'list'
>> shows that, in fact, the four directories *are* under VC. I
>> don't understand.
>>
>> o Why does 'status' show "Lab00" at the *end*, but 'list' at the
>> beginning?
>>
>> o Why am I getting the "error message" from 'update'? Why is it
>> trying to re-add directory 'Lab00'?

  rs> The answer to your first and third questions is that you deleted the
  rs> directories Lab00, Lab01, Lab02 and Lab03 that you checked out, then
  rs> created new directories by those names.

Maybe, but I don't think so ...

  rs> Or, you deleted the .svn directories inside those directories.

Each of the four lab directories *have* .svn directories:

     $ ls -ld Lab??/.svn
     drwxr-xr-x 7 khj cs 4096 Jun 11 15:55 Lab00/.svn/
     drwxr-xr-x 7 khj cs 4096 May 31 13:37 Lab01/.svn/
     drwxr-xr-x 7 khj cs 4096 May 31 13:37 Lab02/.svn/
     drwxr-xr-x 7 khj cs 4096 Jun 11 15:55 Lab03/.svn/

Is there any other info that would help me to figure this out?

Thanks for your help,

  -Kenneth

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 12 16:36:59 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.