You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by DePriest Richard 403 <ri...@crackerbarrel.com> on 2008/03/19 15:41:23 UTC

SVNLOOK command results

Does anyone know where I can go and look at an example of what a SVNLOOK
command with the author, changed and lock subcommands returns? I have
searched with no great success. 
 
Thanks
 
Rick DePriest
Project Manager - Retail Systems
Cracker Barrel Old Country Stores, Inc.
Ph. (615) 443-9845
Email: rdepries@crackerbarrel.com
 

Re: SVNLOOK command results

Posted by prakash tiwary <pr...@gmail.com>.
Hi Rick
There are links available at http://subversion.tigris.org/. SVN books are
available there.
Check http://svnbook.red-bean.com/en/1.1/ch05s03.html#svn-ch-5-sect-3.1  for
your purpose.


Thanks & Regards
Prakash

On Wed, Mar 19, 2008 at 9:11 PM, DePriest Richard 403 <
richard.depriest@crackerbarrel.com> wrote:

>  Does anyone know where I can go and look at an example of what a SVNLOOK
> command with the author, changed and lock subcommands returns? I have
> searched with no great success.
>
> Thanks
>
> Rick DePriest
> Project Manager - Retail Systems
> Cracker Barrel Old Country Stores, Inc.
> Ph. (615) 443-9845
> Email: rdepries@crackerbarrel.com
>
>

Re: SVNLOOK command results

Posted by Hari Kodungallur <hk...@gmail.com>.
On Wed, Mar 19, 2008 at 8:41 AM, DePriest Richard 403 <
richard.depriest@crackerbarrel.com> wrote:

>  Does anyone know where I can go and look at an example of what a SVNLOOK
> command with the author, changed and lock subcommands returns? I have
> searched with no great success.
>
>

svnlook is part of the subversion installation. You can just run it to find
out. Since you ask this question, I assume you have access to the repository
itself to run the svn command... but even if you don't, you can just create
a test repository using 'svnadmin create' and do a fake commit or two and
run the svnlook command to see the actual output.

Thanks,
-Hari