[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-13 15:35:38 CEST

  djh> It sounds like you may have checked them each out
  djh> independently, so that their parent directory is not under
  djh> source control?

I think you are right here. I populated the entire repository (with
many Lab?? directories) via 'import', and then "checked out" Lab00,
Lab01, etc.

  djh> If so, then this is normal -- the parent is not really a
  djh> 'working copy' as defined by Subversion since it is not under
  djh> source control.

The parent being Lab00, Lab01, etc. ?

My "idea" was to have only a few of the Lab?? directories in the
working directory. What is a better way to do this?

  djh> If you 'cd' into each subdirectory and do a status what do you get?

     $ cd Lab00
     $ svn -v status
                     1 1 khj .
                     1 1 khj lab0a.html
                     1 1 khj lab0b.html
                     1 1 khj lab0c.html
                     1 1 khj lab0d.html
                     1 1 khj lab0e.html
                     1 1 khj postlab.html
                     1 1 khj index.html
     $ cd ../Lab01
     $ svn -v status
                     1 1 khj .
                     1 1 khj lab1a.html
                     1 1 khj lab1b.html
                     1 1 khj lab1c.html
                     1 1 khj lab1d.html
                     1 1 khj postlab.html
                     1 1 khj prelab.html
                     1 1 khj index.html
        ... ... ...

Thanks for working with me on this!

  -Kenneth

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 13 15:51:22 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.