From: Nils H. <nil...@uc...> - 2009-05-08 16:59:57
|
I've noticed that some revisions (see revisions 24 and 25) do not include a description/log when committing code. This is a strict requirement in any development project. >From the command line you can include a log message: Svn commit -m "Message goes here" It is even easier with the netbeans IDE. Nils |