-
-
/trunk/reviewboard/diffviewer/parser.py (Diff revision 1) I'm pretty sure we're not guaranteed to have a tab in the diff headers, especially given the vast number of version control systems we're starting to accumulate.
-
/trunk/reviewboard/scmtools/svn.py (Diff revision 1) I think this should be OK with protocols other than http. SVN uses URLs for all types of repositories (http, svn+ssh, file, etc.)
Allow spaces in filename
Review Request #87 — Created June 20, 2007 and submitted
Information | |
---|---|
nuno | |
Review Board SVN (deprecated) | |
Reviewers | |
reviewboard | |
Filenames with spaces needed two changes, one to the diff parser and another to the svn connector. The parser change is probably incomplete. I'm also not sure of the svn changes when using another protocol to access the server.
Works with unified diffs and using http to access the subversion server.