Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
← Previous Change
Wiki History
Next Change
→
Changes between
Initial Version
and
Version 1
of
HowToSVN
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
01/07/08 06:58:39 (
17 years
ago)
Author:
neteler
Comment:
Getting development information and code history from SVN
Legend:
Unmodified
Added
Removed
Modified
HowToSVN
v1
v1
1
== Getting development information and code history from SVN ==
2
3
* ChangeLog style file: install and run [http://ch.tudelft.nl/~arthur/svn2cl/ svn2cl]
4
* File history in SVN:
5
6
{{{
7
cd path/to/directory/
8
svn log [file.c}
9
}}}