VisualStudio: Toggle Archive Attribute When Saving File?
Posted
by John Dibling
on Stack Overflow
See other posts from Stack Overflow
or by John Dibling
Published on 2010-06-15T19:30:20Z
Indexed on
2010/06/15
19:32 UTC
Read the original article
Hit count: 188
visual-studio-2008
|cvs
We use Tortoise CVS in out shop, but in my last job we used Visual SourceSafe. VSS is generally a pile, but it did have one nice feature. You could right-click on a branch and ask it for a list of all the files you had checked-out.
As far as I can tell there is no similar feature in CVS. So what I'm looking for is some kind of VS plusgin that will automatically reset (turn off) the archive attribute when saving a file. Then I can recursively dir
to find the files I have checked-out.
Does anyone know of a VS plugin or something I can do to get this behavior? Or is there something else I can do in CVS to get my ultimately desired result?
© Stack Overflow or respective owner