[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Compare folders question

From: Johan Chaves Saborío <johann04_at_gmail.com>
Date: 2006-05-02 21:42:52 CEST

Hi everyone,

I have a question about folder comparison.

This is the initial scenario:

 /repository/trunk/1.txt
 /repository/trunk/2.txt
 /repository/trunk/3.txt
 /repository/trunk/4.txt
 /repository/trunk/5.txt

then I make a branch called "branch1", so this is the scenario

 /repository/trunk/1.txt
 /repository/trunk/2.txt
 /repository/trunk/3.txt
 /repository/trunk/4.txt
 /repository/trunk/5.txt
 /repository/branches/branch1/1.txt
 /repository/branches/branch1/2.txt
 /repository/branches/branch1/3.txt
 /repository/branches/branch1/4.txt
 /repository/branches/branch1/5.txt

then I delete files "1.txt" and "2.txt" from trunk, and "4.txt" and "5.txt"
from branch:

/repository/trunk/3.txt
 /repository/trunk/4.txt
 /repository/trunk/5.txt
 /repository/branches/branch1/1.txt
 /repository/branches/branch1/2.txt
 /repository/branches/branch1/3.txt

Now, I compare trunk with branch1 using the repo browser, and I get the next
list:

/1.txt
/2.txt
/4.txt
/5.txt

with no comments....

The question is:

How can I know if a file was deleted when comparing folders?

(I think there is a bug: if I double-click one of those files, TSVN tries to
compare them... and it fails cause the file doesn't exist in both
folders...)
Received on Tue May 2 21:43:10 2006

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.