wiki:SvnInfo

Subversion Information

Documentation

Using Subversion

Command to check out the trunk from a project

% svn co https://svn.version.fz-juelich.de/PROJECT/trunk  my_working_copy_of_trunk

For further information see the following example of a tyical subversion session.

Ignoring Unversioned Files

The svn:ignore property contains a list of file patterns which e.g. svn commit will ignore. Example: Ignore all LaTeX log files.

% svn status
M      report.tex
?      report.log

svn propedit svn:ignore .

Contents of the ignore property:

*.log

The log files aren's displayed furthermore.

% svn status
M      report.tex
Last modified 11 years ago Last modified on 06/14/13 09:14:18
Note: See TracWiki for help on using the wiki.