RG-3
RG-3

Reputation: 6188

Download the project from Trac?

I want to download this project: http://trac.sitecore.net/AdvancedDatabaseCrawler/browser/Branches/v2/

How should I download the whole project?

Upvotes: 1

Views: 192

Answers (1)

Brendan Long
Brendan Long

Reputation: 54242

If you go up a couple levels (I just removed parts from the URL until it worked), you get this:

The project code and documentation has been moved to the following location:

​https://github.com/sitecorian/SitecoreSearchContrib

The codebase will not be maintained here any longer.

So, go to the new URL on GitHub and grab the git URL (git://github.com/sitecorian/SitecoreSearchContrib.git), then either use git:

git clone git://github.com/sitecorian/SitecoreSearchContrib.git

Or paste the URL into a git tool.

Upvotes: 2

Related Questions