docs: useful svn hints

git-svn-id: trunk@30976 -
This commit is contained in:
mattias 2011-05-30 13:00:55 +00:00
parent 633719af31
commit 8364c253c9

View File

@ -12,13 +12,11 @@ Your svn ~/.subversion/config should contain these entries:
*.pp = svn:eol-style=native;svn:mime-type=text/pascal
*.pas = svn:eol-style=native;svn:mime-type=text/pascal
*.txt = svn:eol-style=native;svn:mime-type=text/plain
Makefile = svn:eol-style=native;svn:mime-type=text/pascal
Makefile.fpc = svn:eol-style=native;svn:mime-type=text/pascal
Makefile.compiled = svn:eol-style=native;svn:mime-type=text/pascal
You may add the following:
*.inc = svn:eol-style=native;svn:mime-type=text/pascal
*.inc = svn:eol-style=native;svn:mime-type=text/plain
*.xml = svn:eol-style=native;svn:mime-type=text/plain
Makefile = svn:eol-style=native;svn:mime-type=text/plain
Makefile.fpc = svn:eol-style=native;svn:mime-type=text/plain
Makefile.compiled = svn:eol-style=native;svn:mime-type=text/plain
List all branches:
svn ls http://svn.freepascal.org/svn/lazarus/branches
@ -29,6 +27,6 @@ svn ls http://svn.freepascal.org/svn/lazarus/tags
Checkout a fixes branch:
svn co http://svn.freepascal.org/svn/lazarus/branches/fixes_0_9_30 lazarus
Switching an existing to another branch:
Switch an existing to another branch:
svn switch http://svn.freepascal.org/svn/lazarus/branches/fixes_0_9_30