For brand new files, you do have to "svn add" before Subversion will see that it needs to be committed or included in a diff. Subversion doesn't automatically assume any new file in the repository should be committed. If it did, a lot of temporary files (*.o, *.pyc, *.so etc.) would be automatically put in the repository.
Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Wed, Nov 19, 2008 at 12:20 AM, cristian607 <[EMAIL PROTECTED]>wrote: > > Thank you Christian for your reply. I am using SVN as versioning > software. As far as I know, in SVN there isn't a ADD + COMMIT > mechanism like in CVS. > > CS. > > On Nov 18, 8:08 pm, "Christian Hammond" <[EMAIL PROTECTED]> wrote: > > It certainly should be showing new files as well. What revision control > > system are you using? In some systems you have to "add" the files first > > before they'll show up in a diff. > > > > Christian > > > > -- > > Christian Hammond - [EMAIL PROTECTED] > > VMware, Inc. > > > > On Tue, Nov 18, 2008 at 7:21 AM, cristian607 <[EMAIL PROTECTED] > >wrote: > > > > > > > > > Hello! > > > > > I am just starting to use review board. After a lot of trouble > > > regarding its installation on our Windows server, we finally managed > > > to get it working. > > > > > I have noticed that the DIFF web interface only shows existing files > > > that were modified. The files that are newly added are not shown. We > > > are using the post review script, to post the review requests. > > > > > Could you please tell me how could I change this behaviour (ie to have > > > all the files -that were modified and ADDED in the review request- > > > listed)? > > > > > Thanks in advance. > > > Best regards, > > > CS. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "reviewboard" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en -~----------~----~----~----~------~----~------~--~---
