On Mon, Dec 14, 2009 at 7:14 PM, Øyvind Nordhagen < [email protected]> wrote: > > > Do I have to set up the remote repo, import the project folder, then > delete it locally and check it out from the repo for Versions to let > me have a working copy that tracks changes? >
Yes, if you use Versions for the whole process. Alternatively, you could create the repo, then from the command line > cd <local project directory> > svn checkout <remote repo address> . (Note the . at the end of the second command) Then in Versions, add the directory as a working copy bookmark, add everything in the directory and check in, and you have created your working copy and made the inital import in one step. -Ray -- 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.
