Thanks for clearing that up for me. Any chance that there will be a GUI equivalent for this process anytime soon? I'm not too comfortable with the command line and I would like to use Versions for everything since using Subclipse in Flex/Eclipse slows things down quite a bit.
Thanks! Øyvind On Tue, Dec 15, 2009 at 6:19 PM, Ray <[email protected]> wrote: > 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]<versions%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/versions?hl=en. > -- 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.
