Hi, everyone. I do this:
$ cd ~ $ svnadmin create myrepo $ svn co file:///Users/Richard/myrepo repo Now, is it possible for me to somehow shorten that file:// URL to include the working directory or home directory? TIA, Richard
Hi, everyone. I do this:
$ cd ~ $ svnadmin create myrepo $ svn co file:///Users/Richard/myrepo repo Now, is it possible for me to somehow shorten that file:// URL to include the working directory or home directory? TIA, Richard