> svn co -N svn+ssh://
svn.cern.ch/reps/tdr2 myDir # where myDir is a
placeholder for a name of your choice
> cd myDir
> svn update utils
> svn update -N notes
> svn update notes/AN-15-333
> eval `./notes/tdr runtime -sh`
> cd notes/AN-15-333/trunk
# (edit the template, then to build the document)
> tdr --style=pas b AN-15-333
You can commit your changes with
> svn commit -m "commit message"
New files will first need to be added with
> svn add
NewFileNames? before they can be committed.
--
FkW - 2016/01/13
Topic revision: r2 - 2016/01/15 - 02:14:47 -
FkW