[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

repository history...

From: bruce <bedouglas_at_earthlink.net>
Date: 2004-09-22 00:07:24 CEST

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
Received on Wed Sep 22 00:07:39 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.