Differences between revisions 1 and 2
Revision 1 as of 2008-06-26 12:26:13
Size: 1842
Editor: kfc
Comment: Created by the PackagePages action.
Revision 2 as of 2010-03-17 13:12:54
Size: 1842
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

SVN

Check out the DOMS project

Check out the project with:

svn co https://merkur.statsbiblioteket.dk/svn/doms/trunk doms

This will check out the trunk branch in a sub-folder named doms in the current folder.

If your local user name does not match your Windows login you can supply the command with the --username switch.

General SVN setup

Open the file ~/.subversion/config and if it isn't already uncommented, uncomment the line

# enable-auto-props = yes

then add the following lines under [auto-props], if they're not already there:

*.java = svn:keywords=Author Date Rev URL Id
*.sh = svn:keywords=Author Date Rev URL Id
*.txt = svn:keywords=Author Date Rev URL Id
*.html = svn:keywords=Author Date Rev URL Id
*.xml = svn:keywords=Author Date Rev URL Id
*.jsp = svn:keywords=Author Date Rev URL Id
*.in = svn:keywords=Author Date Rev URL Id
*.css = svn:keywords=Author Date Rev URL Id
*.tex = svn:keywords=Author Date Rev URL Id

This will ensure that expansion of $Id:$ and similar gets turned on for all new source-like files.

ViewVC

There is a web interface for browsing the repository on http://merkur/viewvc/trunk/?root=doms

SVN Sandbox

We have a Subversion "playground" on

https://merkur/svn/sandbox

There is a DOMS specific project called sandbox-doms on the server. To check out the trunk (this is what you want) do

svn co https://merkur/svn/sandbox/sandbox-doms/trunk sandbox-doms

If you want to check out the entire tree -- all branches and tags (you rarely want this) do

svn co https://merkur/svn/sandbox/sandbox-doms

SVN (last edited 2010-03-17 13:12:54 by localhost)