brett
21-Mar-2006, 09:43 AM
hey group!
i searched the forums, still can't quite figure out how to do this - hoping you guys will come through for me (again :^)
i've found the session timestamp filter - but the differences still appear in the folder/file listings - there is a color indicator on the old file - but i don't even want to see them
is there a way to not display differences when either file is older than a cutoff date?
thanks,
brett
ps. i've gotta just be overlooking this since i'm doing a pretty basic merge between 2 branches
if files differ
{
if source older than cutoff, then no action required
if target older than cutoff, then a simple copy works
if both files are more recent then cutoff, then i gotta merge them (this is the only thing i want to see)
}
i searched the forums, still can't quite figure out how to do this - hoping you guys will come through for me (again :^)
i've found the session timestamp filter - but the differences still appear in the folder/file listings - there is a color indicator on the old file - but i don't even want to see them
is there a way to not display differences when either file is older than a cutoff date?
thanks,
brett
ps. i've gotta just be overlooking this since i'm doing a pretty basic merge between 2 branches
if files differ
{
if source older than cutoff, then no action required
if target older than cutoff, then a simple copy works
if both files are more recent then cutoff, then i gotta merge them (this is the only thing i want to see)
}