I'm trying to checkout/export part of a github repo.
svn export "https://github.com/apache/avro.git/trunk/lang/c++";
This creates a directory but doesn't get any files. It work fine for urls
which don't have a '+' in them.
URI encoding the '+'s doesn't change the behavior.
Any ideas?
John
I am trying to use svnlook to find the revision when a directory was
created. I want to use this to dig out the timestamps of tags and
branches. My svn version is 1.9.7 (both server and client).
So far I have not found a way to do it...
svnlook history /branches/
shows a lot of revisions which a
On 2017-12-27 17:46:17 -0600, Greg Stein wrote:
> Hi Vincent, Daniel,
>
> The problem is that the "modified" link for branches/1.9.x/ produces a page
> with a log of ALL the modifications EVER made in that branch. You're
> talking about thousands of log entries from the past couple/three years.
>