mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 03:19:32 +02:00
docs: useful svn hints
git-svn-id: trunk@30976 -
This commit is contained in:
parent
633719af31
commit
8364c253c9
12
docs/SVN.txt
12
docs/SVN.txt
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user