Jan 132011
Print SVN log in chronical order
Answer:
To print the svn log in chronical order (according to the time they occured)
# svn log -r1:HEAD
Replace the -r1 with the revision you needed.
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Print SVN log in chronical order
Answer:
To print the svn log in chronical order (according to the time they occured)
# svn log -r1:HEAD
Replace the -r1 with the revision you needed.