Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Matt Schuckmann wrote: > Is there a quick and easy way to determine what files have actually changed > on a branch. > > For example, you apply a branch tag to an entire module, do some work, > commit some files to that branch, some time passes and now you want to get a > list of all the files that have actually been commited to that branch? > > Seems like it would be something like a diff between the branch point and > the branch tip but I don't want a full diff I just want a list of changed > file names and paths. > Some combination of log -S -R should do the trick. Tony