Re: How to get all contribs from a specific person?

2012-01-08 Thread Ryan Schmidt
On Jan 8, 2012, at 14:31, Nico Kadel-Garcia wrote: > On Sun, Jan 8, 2012 at 12:37 PM, Daniel Shahaf > wrote: >> Top-posting is appropriate for short responses that address the entirety of >> the replied message. > > Where does it say that? I'm looking at the guidelines at > http://svn.apache.or

Re: How to get all contribs from a specific person?

2012-01-08 Thread Nico Kadel-Garcia
On Sun, Jan 8, 2012 at 12:37 PM, Daniel Shahaf wrote: > Top-posting is appropriate for short responses that address the entirety of > the replied message. Where does it say that? I'm looking at the guidelines at http://svn.apache.org/repos/asf/subversion/branches/1.4.x/www/mailing-list-guideline

Re: How to get all contribs from a specific person?

2012-01-08 Thread Daniel Shahaf
Top-posting is appropriate for short responses that address the entirety of the replied message. On Sun, Jan 8, 2012, at 11:27, Nico Kadel-Garcia wrote: > On Sun, Jan 8, 2012 at 6:06 AM, Daniel Shahaf wrote: > > No, but see contrib/client-side/search-svnlog.pl. > > > > (And contribulyze.py can e

Conflict shown in TortoiseSVN for working copy of svn 1.7.2 with using Windows Junctions...

2012-01-08 Thread Thorsten Schöning
Hello all, today I upgraded all my working copies using TortoiseSVN 1.7.3 and in one of them I recognized that Tortoise shows a conflict for the root folder itself and only the root folder, no other file in the working copy or else. This working copy is special because it's checked out into my Ecl

Re: How to get all contribs from a specific person?

2012-01-08 Thread Nico Kadel-Garcia
On Sun, Jan 8, 2012 at 6:06 AM, Daniel Shahaf wrote: > No, but see contrib/client-side/search-svnlog.pl. > > (And contribulyze.py can easily be hacked to generate such a listing, too) > > Richard Cavell wrote on Sun, Jan 08, 2012 at 05:55:07 -0500: >> Hi, >> >>  Is there some subcommand that will

Re: [svnbook] r4244 committed - We only need three dots there....

2012-01-08 Thread Richard Cavell
##English on irc.freenode.net is telling me it's 3. Wikipedia seems to allow both ways. http://en.wikipedia.org/wiki/Ellipsis A simple Google search seems to have advocates for both ways. I'm happy to see my change reverted. Does anyone else have any input? Richard - Original Message --

Re: How to get all contribs from a specific person?

2012-01-08 Thread Daniel Shahaf
No, but see contrib/client-side/search-svnlog.pl. (And contribulyze.py can easily be hacked to generate such a listing, too) Richard Cavell wrote on Sun, Jan 08, 2012 at 05:55:07 -0500: > Hi, > > Is there some subcommand that will retrieve only those commits made by a > specific person? Curren

How to get all contribs from a specific person?

2012-01-08 Thread Richard Cavell
Hi, Is there some subcommand that will retrieve only those commits made by a specific person? Currently I'm using: svn log | grep Richard Richard

Re: How to get all versions of a file? (incl. branches)

2012-01-08 Thread Karl Krach
On 01/08/2012 09:43 AM, Johan Corveleyn wrote: > In SVN's current implementation, no record is kept of > "copyto" information. Thanks Johan. But since there is only a recommendation to create your branches at ^/branches you could never list all branches (except with browsing the full log, which is

Re: How to get all versions of a file? (incl. branches)

2012-01-08 Thread Johan Corveleyn
On Sun, Jan 8, 2012 at 9:31 AM, Karl Krach wrote: > Hello, > > I ve created a feature branch with "svn copy" and committed some > content. Afterwards I "merge --reintegrated" this feature branch to the > trunk and deleted it. > > In the future, when I do a "svn list ^/branches" this branch is one

How to get all versions of a file? (incl. branches)

2012-01-08 Thread Karl Krach
Hello, I ve created a feature branch with "svn copy" and committed some content. Afterwards I "merge --reintegrated" this feature branch to the trunk and deleted it. In the future, when I do a "svn list ^/branches" this branch is one - of course, since it's deleted. 1) How can I list all files,

Re: Cannot get log of deleted branch by URL

2012-01-08 Thread Karl Krach
On 01/07/2012 11:26 PM, Ryan Schmidt wrote: > you must use a peg revision to specify a revision in which it still existed Ryan, this works for the command line, thx! $ svn log -r13 \ svn://localhost/testproject/branches/work_route/hugo.txt@13