Title: seeing SVN changes? Post by: DeathByGuitar on April 02, 2007, 02:48:42 PM is there any way to see what specific files were added/changed in the latest svn releases?
Title: Re: seeing SVN changes? Post by: Blaenk on April 02, 2007, 07:13:13 PM When you do svn update, it tells you, heh. Read the documentation/tutorials for SVN. Basically D next to a file means Deleted, A means added, etc. etc.
Title: Re: seeing SVN changes? Post by: baud123 on April 04, 2007, 12:37:30 PM after svn update, you can do a svn log to see latest commentaries made when committing (BTW, that does a nice ChangeLog file when releasing, and using svn2cl http://ch.tudelft.nl/~arthur/svn2cl/ makes it like cvs changelogs using an xsl stylesheet).
|