How can you detect renegade files?

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
steveculshaw
Posts: 5
Joined: Thu Jul 16, 2009 3:38 am

How can you detect renegade files?

Post by steveculshaw » Thu Jul 16, 2009 5:51 am

Is there some way to detect renegade files anywhere in a tree , similar to the Right Click menu "Detect New Files to add" ?
Cheers,
SteveC.

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Re: How can you detect renegade files?

Post by lbauer » Thu Jul 16, 2009 12:53 pm

At the bottom of the Vault client is a Search tab. You can search for files of a particular status, such as Renegade. To see everything in your working directories that is Renegade (modified but not checked out), hightlight the root directory, $/, and choose to do a recursive search for files with Renegade status.
Linda Bauer
SourceGear
Technical Support Manager

steveculshaw
Posts: 5
Joined: Thu Jul 16, 2009 3:38 am

Re: How can you detect renegade files?

Post by steveculshaw » Fri Jul 17, 2009 2:48 am

Excellent, that works a treat Linda :D

Thanks again for the help

Cheers,
SteveC.
Cheers,
SteveC.

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Re: How can you detect renegade files?

Post by lbauer » Sat Jul 18, 2009 9:26 pm

You're welcome. :)
Linda Bauer
SourceGear
Technical Support Manager

thomas woelfer
Posts: 50
Joined: Fri Apr 04, 2008 4:27 am
Contact:

Re: How can you detect renegade files?

Post by thomas woelfer » Mon Jul 20, 2009 10:25 am

Linda,

is there any way to notify me i there are renegades after the get latest, using vs integration, has finished? i keep seeing renegades here that i simply cannot explain how the become renegade - but as vault knows they are there, it would be nice if it could notify me at least...

WM_THX
-thomas woelfer

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Re: How can you detect renegade files?

Post by lbauer » Mon Jul 20, 2009 3:31 pm

If you are using Enhanced Client integration with Visual Studio, renegad files in the project will have a little blue flag glyph next to them.

When you diff these renegade files with the database version, are they different? If not, could something have changed the timestamp?
Linda Bauer
SourceGear
Technical Support Manager

thomas woelfer
Posts: 50
Joined: Fri Apr 04, 2008 4:27 am
Contact:

Re: How can you detect renegade files?

Post by thomas woelfer » Tue Jul 21, 2009 2:33 am

Linda,

>> renegad files in the project will have a little blue flag glyph next to them.

yes, i know, but that doesn't help. my solution has 84 projects and close to 15.000 files in it - the little blue flags don't really help in this case. i'd prefer some kind of information in the output pane or suchlike. (for example, there could be a list of renegades beeing displayed in the "source control" output pane).

>> When you diff these renegade files with the database version, are they different?

well, yes, of course they are. that's why we see compilation errors... i really don't understand why this is happening: after a "get latest", the latest version should simply be on the local machine, shouldn't it?

WM_THX
-thomas woelfer

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Re: How can you detect renegade files?

Post by lbauer » Tue Jul 21, 2009 8:21 am

well, yes, of course they are. that's why we see compilation errors... i really don't understand why this is happening: after a "get latest", the latest version should simply be on the local machine, shouldn't it?
If a file is Renegade, a Get Latest may not overwrite it. The default for Get is "Attempt Automatic Merge."

When you diff, what kind of changes are in the file? Is there some process that's changing them?

You could set your Get option to "overwrite". This setting is in Visual Studio under Tools->Options->Source Control->Vault Options->Advanced Options-> Local Files->Modified Working Copy.

Regarding a list of renegade files, I've logged feature request 14660 for this functionality in Visual Studio Enhanced Client integration.
Linda Bauer
SourceGear
Technical Support Manager

thomas woelfer
Posts: 50
Joined: Fri Apr 04, 2008 4:27 am
Contact:

Re: How can you detect renegade files?

Post by thomas woelfer » Thu Jul 23, 2009 7:40 am

Linda,

>> When you diff, what kind of changes are in the file?

i will take a closer look next time this happens.

>> Is there some process that's changing them?

nope. these are simple cpp sources.

>> Regarding a list of renegade files, I've logged feature request 14660 for this functionality in Visual Studio Enhanced

thank you.

WM_CHEERS
-thomas

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Re: How can you detect renegade files?

Post by lbauer » Thu Jul 23, 2009 10:21 am

You're welcome. :)
Linda Bauer
SourceGear
Technical Support Manager

Post Reply