Actually, I redirected it in a file and then looked at the file. It
does work on the Mac. I guess my prompt was overwriting it?
I just tried it on Windows and it works w/ the prompt on the next line.
Thanks.
On Wed, Jul 13, 2011 at 5:55 PM, Daniel Shahaf wrote:
> Works for me with HEAD of the 1
Works for me with HEAD of the 1.6.x branch.
David Weintraub wrote on Wed, Jul 13, 2011 at 17:47:34 -0400:
> Just downloaded Subversion 1.6.17 from CollabNet (for Mac OS X 10.6)
> and had the same issue. I'll try it in Windows.
>
> --
> David Weintraub
> qazw...@gmail.com
Just downloaded Subversion 1.6.17 from CollabNet (for Mac OS X 10.6)
and had the same issue. I'll try it in Windows.
--
David Weintraub
qazw...@gmail.com
On Wed, Jul 13, 2011 at 5:15 PM, Daniel Shahaf wrote:
> Works for me, 1.7.0-alpha3.
> What version are you using? Do you need 'svnlook pg -r' or 'svnlook pg -t'?
I'm using:
> $ svn --version
> svn, version 1.6.16 (r1073529)
> compiled Apr 4 2011, 17:46:33
This is on Mac Snow Leopard.
> $ fi
On Wed, Jul 13, 2011 at 05:07:53PM -0400, David Weintraub wrote:
> Okay take a look at the following:
>
> > 1: $ svnlook changed -r2 svn_repos/
> > _U trunk/
> > 2: $ svnlook proplist -r2 -v svn_repos/ trunk
> > foo : bar
> > 3: $ svnlook propget -r2 svn_repos/ foo trunk
> > 4: $ svnlook propge
Works for me, 1.7.0-alpha3.
% $svnlook pg r1 foo /trunk/iota
bar
% $svnlook pg r1 foo trunk/iota
bar
% $svnlook --version -q
1.7.0-alpha3
What version are you using? Do you need 'svnlook pg -r' or 'svnlook pg -t'?
David Weintraub wrote on Wed, Jul 13, 2011 at 17:07:53 -0400:
> Okay take a look
Okay take a look at the following:
> 1: $ svnlook changed -r2 svn_repos/
> _U trunk/
> 2: $ svnlook proplist -r2 -v svn_repos/ trunk
> foo : bar
> 3: $ svnlook propget -r2 svn_repos/ foo trunk
> 4: $ svnlook propget -r2 svn_repos/ fooo trunk
> svnlook: Property 'fooo' not found on path 'trunk'