Question

I have just discovered a SCM entitled "trac", that apparently lets us host source code with revision feature, and so on.

I actually found something interesting at https://brutallogic.net/trac/jcryptic but there is apparently not any link where I could download the source tree as an archive, nor there is any link to clone the repository.

Did anyone ever try to download source code hosted in a remote trac repository and faced a similar issue? How could I perform the downloading process? Is there a tool or shall I write one on my own?

Was it helpful?

Solution

  1. Trac isn't SCM, it's web-frontend with repo-broswer|wiki|tickets to different real SCMs
  2. For any supported SCM you have to have corresponding client and now URL of repository in backend (Trac-URL isn't direct URL to object in repository)
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top