Generally, I recommend an: svn st first to find any files with a "?". svn add them. Then do the svn diff The diff will then pick up the added files.
There is still an issue with binary files. svn diff won't pick those up. Those need to just be attached by hand. Kind of sucks. There is also the svn-create-patch (and the then required svn-apply) scripts available at: http://www.sand-labs.org/owb/browser/trunk/WebKitTools/Scripts/ which handle the binaries much better. Also handles things like renames, moves, etc.... Dan On Thursday 06 September 2007, Glen Mazza wrote: > A couple of pointers: > > 1.) I have found "svn diff" from the command-line to be better than > from within your IDE (at least for NetBeans--their IDE-generated > difference files are kind of strange-looking). > > 2.) (of course) "svn diff" won't return a difference if the original > file is not part of the repository (I don't how relevant that is to > your situation here though.) > > HTH, > Glen > > Am Donnerstag, den 06.09.2007, 11:35 -0400 schrieb Benson Margulies: > > The patch is still not right, and I don't understand how to fix it. > > Svn diff is only capturing one of several wsdl files that I > > recaptured. Can anyone give me a boost here? > > > > > -----Original Message----- > > > From: benson margulies (JIRA) [mailto:[EMAIL PROTECTED] > > > Sent: Thursday, September 06, 2007 11:31 AM > > > To: Benson Margulies > > > Subject: [jira] Commented: (CXF-972) Define a tns prefix > > > > > > > > > [ https://issues.apache.org/jira/browse/CXF- > > > 972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment- > > > tabpanel#action_12525441 ] > > > > > > benson margulies commented on CXF-972: > > > -------------------------------------- > > > > > > Glen et al, I've update with a text file of patch that includes > > > the recaptured wsdl from the tests. > > > > > > check > > > in > > > explicit > > > > > > > Define a tns prefix > > > > ------------------- > > > > > > > > Key: CXF-972 > > > > URL: > > > > https://issues.apache.org/jira/browse/CXF-972 Project: CXF > > > > Issue Type: Improvement > > > > Components: Core > > > > Affects Versions: 2.0.1 > > > > Reporter: benson margulies > > > > Fix For: 2.1 > > > > > > > > Attachments: tnspatches.txt > > > > > > > > > > > > Currently, the CXF wsdl generator never creates a tns prefix. > > > > Types > > > > in > > > > > the schema (or even wsdl) target namespace get automatically > > > generated prefixes, like 'ns1'. The wsdl's would be more readable > > > with the > > > > explicit > > > > > namespace. > > > > > > -- > > > This message is automatically generated by JIRA. > > > - > > > You can reply to this email to add a comment to the issue online. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog
