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/22 12:29:45 UTC

svnlook tree/history...

hi..

i'm confused as to how to get a history of my tree to display the files and
the version history of the files

when i do svnlook tree, i get:
[root@lserver2 collegewcopy]# svnlook tree  /svnroot/test1 --show-ids
/ <0.0.8>
 foo/ <4.0.5>
  aa.txt <5.0.5>
 mytest/ <1.0.8>
  a.a <2.0.2>
  foo_1/ <8.0.8>
   aa.txt <9.0.8>
  zz <3.0.4>
  foo1/ <6.0.7>
   aa.txt <7.0.7>

when i do a svnlook history, i get:
[root@lserver2 collegewcopy]# svnlook history  /svnroot/test1 / --show-ids
REVISION   PATH <ID>
--------   ---------
       7   / <0.0.8>
       6   / <0.0.7>
       5   / <0.0.5>
       4   / <0.0.4>
       3   / <0.0.3>
       2   / <0.0.2>
       1   / <0.0.1>
       0   / <0.0.0>


the history example states that i should get something different... it
appears that regardless of what i use for the 'repos_path' i don't get a
'tree like' display for the history...

when i use the websvn app as a test, it appears to somehow present what i
expect, ie it gives the correct path as well as the underlying dirs/files...

any idea what might be going on, and how to correct it. i'm fairly convinced
that the files are under source control, and that things are setup
reasonably correct...

any ideas/comments/thoughts/etc.. are appreciated...

it's crucial that i get a better understanding of how the command line
functions work.

thanks

-bruce


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