Hi Jason, Don't take this as authoritative, but here are my thoughts:
The basic idea with subversion is that you check out a "working folder", which is a local copy of some part of the repository. You do your work in it, and then you commit the changes. You can keep working in that local folder, updating and committing, or you can throw it away and start again. The local copy is ephemeral. That's why I'm quite sure the answer to #2 is that it's asking about deleting the local files, not the remote ones. For #1, I'm sure you can only check out folders, not individual files. If nothing else, you can notice that svn keeps metadata inside folders it controls, so that it knows what files in the directory are versioned, which are in conflict, and can locally undo any changes you've made without touching the server. Michael On Feb 2, 5:46 pm, JTSM <[email protected]> wrote: > Hi All, > > OS X 10.6.2, Versions 1.07. > > I moved my repository to a new machine, same directory structure. > > A few things that I notice, not sure if they are related. > 1. If I right click on a .h file, I cannot check it out. Checkout is > greyed out. Can I only checkout complete folders? > > 2. I cannot checkout .zip, .txt or .PDF files, is this correct? Can I > somehow change this? > > 3. When I delete a bookmark, it tells me that Versions can keep or > delete the files. Does that mean the checked out files or the files in > the SVN repository? > > -Jason -- You received this message because you are subscribed to the Google Groups "Versions" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/versions?hl=en.
