Re: WinSVN or WinCVS equivalent for SVN ?
From: Rob Hubbard <Rob.Hubbard_at_celoxica.com>
Date: 2006-11-28 12:24:43 CET
[I'm not familiar with WinCVS or Tortoise CVS, so I can't *compare* them with Tortoise SVN.]
With Tortoise SVN, just right-click on a directory (folder) to bring up the context menu and select "SVN Check for Modifications". That will bring up the sort of "flat" list I think you're after. You can optionally then show unmodified and/or "unversioned" files. Many further operations are available from that list (such as revert, diff, add,...).
If you make changes outside that view, you will need to "refresh it" (close it and open another one).
There is also a "repository browser" with Tortoise SVN.
Personally, I prefer to do almost any of the SVN operations using the command line client. (I tend to commit using Tortoise, as that has a convenient method of selecting a subset of modified files to be included in the commit; even that is a bit of a pain if the commit fails and you have to repeat the operation. I prefer to perform branching, merging, updates, and most other operations using the command line.) I find the command line client more intuitive and predictable than *any* of the graphical clients I've tried. You may be more "at home" with graphical interfaces, however.
Tortoise SVN does provide excellent visual feedback of the status of your files (via icon overlays), either recursively, or non-recursively, as you prefer.
The built-in diff/merge tools with Tortoise are not great, in my opinion. However, Tortoise does integrate very well, and conveniently, with other with differencing/merging tools (such as the excellent, free "KDiff3", and/or, for differencing only, the commercial "Beyond Compare").
I would highly recommend Tortoise, whether you use it "actively" (to modify your working copies and repositories) or "passively" (only to inspect your working copies and repositories).
<http://tortoisesvn.tigris.org/>
Rob.
> -----Original Message-----
---------------------------------------------------------------------
_____________________________________________________________________
This email and any files transmitted with it are confidential and
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.