Dnia pi± 2. kwietnia 2004 23:02, Ben Collins-Sussman napisa³:
> On Fri, 2004-04-02 at 13:47, kfogel@collab.net wrote:
> > > a) Tell me what tags where placed on /libs/xyz.
> > > Efficiently, thats frequently used operation.
> >
> > Hard and not efficient in Subversion.
>
> Actually, if your group policy is to always copy /libs/xyz
> into a specific tag directory, then this is very easy and
> efficient.  Just 'svn ls' the tag directory.
>
Even considering I keep such policy, writing
    cvs log -r
seems to me far easier than writing
    svn ls http://my.repository.addr/tags/the/module/path
(and less error prone).
This problem starts being more appealing when we consider GUI 
tools. Using WinCVS I just need to right-click the directory and 
select Log option. Using subversion gui tools I would change 
focus from the working copy to the repository, then navigate to 
the tags directory. 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr  2 23:21:47 2004