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.
Jonathan Belson wrote: > Gerhard Fiedler wrote: > So if I want to start working on a branch, do I have to check out the > branch first, then update to the tag? Obviously I want changes I make > to a branch to be committed back to that branch... No... if you update to a branch you commit to the branch. If you update to a tag you can no longer commit since tags are static. Tony