Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 2966 by lamott...@gmail.com: SVN Path persisted in FileDiff.source_file which makes it break when the repository path is migrated to a new path
http://code.google.com/p/reviewboard/issues/detail?id=2966

What version are you running?
1.7.6

What's the URL of the page containing the problem?
/r/<ID>/diff/

What steps will reproduce the problem?
1. Create a subversion repository (path something like http://hostname/svn/path)
2. Post Review against subversion repository
3. Change Path of subversion Repository (think deprecating old server, moving to new server situation; new path https://newhostname/svn/path)

What is the expected output? What do you see instead?
Old Reviews (against the old path) blow up because they attempt to access the old location (because its persisted in FileDiff.source_file column of the database table)

I would expect the review would continue to work and simply use the new path associated with the repository. The correct fix would be to not persist the repository part of the path in source_file.

What operating system are you using? What browser?
Mac. Chrome.

Please provide any additional information below.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to