You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by tecknojoe <te...@gmail.com> on 2008/09/29 14:47:52 UTC

Trying to compare two folders/files that already exist in repo.

I want to compare two folders that have many sub folders and files.  They are
already in the subversion directory, I just want to know which files are
different, and which files are the same.  Tortoise on Windows.
-- 
View this message in context: http://www.nabble.com/Trying-to-compare-two-folders-files-that-already-exist-in-repo.-tp19725366p19725366.html
Sent from the Subversion Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Trying to compare two folders/files that already exist in repo.

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Sep 29, 2008, at 09:47, tecknojoe wrote:

> I want to compare two folders that have many sub folders and  
> files.  They are
> already in the subversion directory, I just want to know which  
> files are
> different, and which files are the same.  Tortoise on Windows.

I don't know how to use TortoiseSVN on Windows, but on the command  
line, isn't this simply

svn diff url://to/directory1 url://to/directory2

? If that works, and you just want to know how to do this in  
TortoiseSVN, then you should ask on the TortoiseSVN mailing list.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org