Using the Linux command line and Subversion, is it possible to take a directory and add version control to it?
Basically, I want to import the directory into a newly created repository, but also have the directory be a working copy without having to check it out.
Let’s say you’ve used svnadmin to create a repository at /svn/foo/mydirname, and you want to version control /home/user/mydirname (is that what you mean?).
Then do the following:
Your directory is now version controlled!