Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 2359 by [email protected]: Review creation fails with patches
created with Subversion 1.7.x if they include a property change.
http://code.google.com/p/reviewboard/issues/detail?id=2359
* NOTE: Do not post confidential information in this bug report. *
* If you need immediate support, please contact *
* [email protected] *
What version are you running?
Reviewboard 1.6.1
Subversion 1.7.1
What's the URL of the page containing the problem?
reviews/r/new
What steps will reproduce the problem?
1. Install Subversion 1.7.x
2. In a working copy, make a change to an svn property (e.g. svn:externals).
3. Use svn diff to create a patch and attempt to create a review with it,
or use post-review.
What is the expected output? What do you see instead?
Expected output is a successfully created review. What I see instead for a
propchange on a directory, is this error:
URL 'http://PATH/TO/SVN/LOCATION/trunk' refers to a directory
or, for a propchange on a file:
The file 'http://PATH/TO/SVN/LOCATION/trunk/SomeFile.cs' (r198207) could
not be found in the repository
What operating system are you using? What browser?
Windows 7, Chrome.
Please provide any additional information below.
The newly release Subversion 1.7 has a change in the way "svn diff" works
for property changes. They are now shown in unidiff format. See here:
http://subversion.apache.org/docs/release-notes/1.7.html
Reviewboard does not handle this format correctly.
--
You received this message because you are subscribed to the Google Groups
"reviewboard-issues" 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-issues?hl=en.