RE: Log info for a branch

2010-06-11 Thread David Aldrich
Hi Ryan and Erik > "svn update" first. That did it, thanks. > log -rHEAD --stop-on-copy TRY_7June2010 That actually gave no entries. Thanks for your help. David

Re: Log info for a branch

2010-06-11 Thread Erik Andersson
On Fri, Jun 11, 2010 at 2:03 PM, Ryan Schmidt < subversion-20...@ryandesign.com> wrote: > > On Jun 11, 2010, at 07:01, David Aldrich wrote: > > > I would like to show log information for a branch, to show when the > branch was created and when merges from the trunk were committed to the > branch.

Re: Log info for a branch

2010-06-11 Thread Erik Andersson
On Fri, Jun 11, 2010 at 2:08 PM, Erik Andersson wrote: > > > On Fri, Jun 11, 2010 at 2:03 PM, Ryan Schmidt < > subversion-20...@ryandesign.com> wrote: > >> >> On Jun 11, 2010, at 07:01, David Aldrich wrote: >> >> > I would like to show log information for a branch, to show when the >> branch was

Re: Log info for a branch

2010-06-11 Thread Ryan Schmidt
On Jun 11, 2010, at 07:01, David Aldrich wrote: > I would like to show log information for a branch, to show when the branch > was created and when merges from the trunk were committed to the branch. > > I have successfully used this command: > > C:\MyProj\branches>svn log --stop-on-copy TRY_7