On Mon, 1 Aug 2011, James H. Hill wrote: > Hi, > > I am working on a script for a research tool named CUTS (cuts.cs.iupui.edu) > that uses PCRE. To make it easier to download all the third-party libraries > for my research tool, I am creating a script that downloads the correct > versions of all third-party libraries from their respective SCM. I was looking > over the PCRE website, but I could not find any URLs for the PCRE repo. > > Can you please let me know what the URL for accessing the PCRE repo in > read-only format so I can add it to my script.
The website was updated yesterday to show this information! It now says: You can check out the PCRE source code via Subversion: svn co svn://vcs.exim.org/pcre/code/trunk pcre It should be possible to check out various different versions from vcs.exim.org/pcre/code/tags/pcre-8.xx or whatever. Philip -- Philip Hazel -- ## List details at https://lists.exim.org/mailman/listinfo/pcre-dev
