1. Create a branch, for example: svn cp repo/trunk repo/branches/somebranch
2. Make local changes to the new branch (edit some file in
repo/branches/somebranch and change stuff)
3. Commit the changes: svn commit repo/branches
4. Open the log GUI from PagaVCS on repo/branches and try to get the changes
for the modified file(s).
The expected output is to see the diff GUI with the changes made to the file
while branching.
Instead, I get an error message saying the file doesn't exist in the repository.
My guess is since the file is simultaneously copied and modified, when PagaVCS
tries to get a diff of the file it can't find it in the previous revision,
because it didn't exist at that URI.
I'm using PagaVCS (latest version, just installed) on Ubuntu 32 bits.
Original issue reported on code.google.com by mvi...@gmail.com on 22 Nov 2010 at 2:33
Original issue reported on code.google.com by
mvi...@gmail.com
on 22 Nov 2010 at 2:33