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

Re: Two questions related to SVNLOOK

From: Jeremy Whitlock <jcscoobyrs_at_gmail.com>
Date: Tue, 12 Feb 2008 09:37:06 -0700

> Now for the first question: is there a simple way (rather than accessing the
> branch folder with SVNLOOK tree), to access the content of a branch folder?

The Subversion command line client (svn) can do these things and if
you're using Java, you can use JavaHL (Subversion language bindings
for Java) to do these things in a more OO way.

> The second questions is: how can I access the history of a single file?
> SVNLOOK only allows me to access the history of a folder. This information
> would be beneficial to create

Once again, the Subversion command line client (svn) can do this via
"svn log". Just run "svn help log" to get more information. As
before, using JavaHL is also another option with this as well since
you're using the client.

Take care,

Jeremy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-12 17:37:27 CET

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.