rahnas / pagavcs

Automatically exported from code.google.com/p/pagavcs
0 stars 0 forks source link

add + changes doesn't show properly in the log gui #98

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
thanks for the feedback! I'll try it.

Original comment by gabor.pa...@gmail.com on 24 Nov 2010 at 6:51