RE: Getting started with subversion
From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Wed, 14 Jul 2010 15:49:48 -0400
> I'm sorry guys (and gals), I have a very basic question: How to you
You might want to read the free book... it seems to me it explains it well and for someone that has never used it.
http://svnbook.red-bean.com/nightly/en/svn-book.html
> I looked at chapter 2, page 18, and it includes the following:
The first line creates the repository. You specify whatever location you want.
The second line you know it is /var/svn/newrepos , which is the path to your repository, frankly because you remember what path you used when you created it. If course, the file:// protocol is probably not what you will use in production unless you are a single dev working on your projects.
>
I'm not sure what you mean here by "this is wrong". BTW: I haven't used PathFinder with svn. I just use the command line on my Mac.
>
On your mac you probably want to create the repository in your home folder... something like:
svnadmin create ~/svn/mytestrepo
> If someone would simple pretend that I am a 2-year old and tell me
Read the redbook... I think it explains it very well.
BOb
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.