You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by bruce <be...@earthlink.net> on 2004/09/21 22:07:24 UTC

repository history...

hi...

thanks for the responses on the copy dir/import issue!!

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....

thanks...

-bruce


ps...
 i solved the copy/add dir issue by:

 1) cp -r tmpdir foo
 2) svn add foo
 3) svn update
 4) svn commit -m "test"

also the "svn import" works as well....



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: repository history...

Posted by Max Bowsher <ma...@ukf.net>.
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