bruce wrote:
> i'm trying to figure out how to get a history of the repository,
> repository
> directory/file ...
>
> the eaxmple :
> svnlook history -r 20 /usr/local/svn/repos /tags/1.0 --show-ids
>
> i do :
> [root@lserver2 svn]# svnlook history -r 6 /svnroot/test1/
> /mytest --show-ids
> REVISION PATH <ID>
> -------- ---------
> 6 /mytest <1.0.7>
> 4 /mytest <1.0.4>
> 3 /mytest <1.0.3>
> 2 /mytest <1.0.2>
> 1 /mytest <1.0.1>
>
>
> however, i have dir/files under mytest that i don't get...
>
> any idea as to how/what i need to do to recursively get the entire
> history/versions for the repository....
What information are you really looking for?
"svnlook history" is working as designed in your example above.
Max.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 22 23:58:54 2004