mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 01:00:34 +01:00
docs: useful svn hints
git-svn-id: trunk@30975 -
This commit is contained in:
parent
530dfcf055
commit
633719af31
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -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
34
docs/SVN.txt
Normal 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user