docs: useful svn hints

git-svn-id: trunk@30975 -
This commit is contained in:
mattias 2011-05-30 12:59:00 +00:00
parent 530dfcf055
commit 633719af31
2 changed files with 35 additions and 0 deletions

1
.gitattributes vendored
View File

@ -2976,6 +2976,7 @@ docs/INSTALL.txt svneol=native#text/plain
docs/LCLMessages.txt svneol=native#text/plain
docs/LazarusIDEInternals.pdf -text svneol=unset#application/pdf
docs/RemoteDebugging.txt svneol=native#text/plain
docs/SVN.txt svneol=native#text/plain
docs/acknowledgements.txt svneol=native#text/plain
docs/booth/ProdProgEntwMitOpenSourceSystems2007.odp -text
docs/contributors.utf8 svneol=native#text/plain

34
docs/SVN.txt Normal file
View File

@ -0,0 +1,34 @@
Your svn ~/.subversion/config should contain these entries:
*.sh = svn:eol-style=native;svn:mime-type=text/plain;svn:executable
*.lfm = svn:eol-style=native;svn:mime-type=text/plain
*.lrs = svn:eol-style=native;svn:mime-type=text/pascal
*.lpk = svn:eol-style=native;svn:mime-type=text/plain
*.lpi = svn:eol-style=native;svn:mime-type=text/plain
*.lpr = svn:eol-style=native;svn:mime-type=text/pascal
*.lpl = svn:eol-style=native;svn:mime-type=text/plain
*.po = svn:eol-style=native;svn:mime-type=text/plain
*.p = svn:eol-style=native;svn:mime-type=text/pascal
*.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
*.xml = svn:eol-style=native;svn:mime-type=text/plain
List all branches:
svn ls http://svn.freepascal.org/svn/lazarus/branches
List all tags:
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:
svn switch http://svn.freepascal.org/svn/lazarus/branches/fixes_0_9_30