Fix cvs commands.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3014 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2000-10-03 22:11:55 +00:00
parent a15c41808b
commit 980e7386e8

4
README
View File

@ -460,11 +460,11 @@ The password is "guest"
To get a copy of the source in the experimental development tree do a
cvs -z3 -Pd :pserver:cvs@cvs.gnucash.org:/home/cvs/cvsroot checkout -r HEAD gnucash
cvs -z3 -d :pserver:cvs@cvs.gnucash.org:/home/cvs/cvsroot checkout -r HEAD gnucash
To get a copy of the source in the gnucash-1.4 stable production tree do a
cvs -z3 -Pd :pserver:cvs@cvs.gnucash.org:/home/cvs/cvsroot checkout -r gnucash-1-4-branch gnucash
cvs -z3 -d :pserver:cvs@cvs.gnucash.org:/home/cvs/cvsroot checkout -r gnucash-1-4-branch gnucash
##################