Our build depends on java.net svn infra for some unit tests (see [1]).
So two solutions :
* copy this https://svn.java.net/svn/hudson~svn/trunk/hudson/test-projects
in a new code.google.com project
* setup a new repo in https://github.com/jenkinsci/test-projects with
the content from java.net (and use svn mode capability from github [2]
in unit test )
WDYT ?
Thanks,
--
Olivier Lamy
http://twitter.com/olamy
http://fr.linkedin.com/in/olamy
http://www.viadeo.com/fr/profile/olivier.lamy7
[1] https://github.com/jenkinsci/jenkins/blob/master/test/src/test/java/hudson/maven/MavenBuildTest.java
[2] https://github.com/blog/626-announcing-svn-support
Hi Folks,Our build depends on java.net svn infra for some unit tests (see [1]).
So two solutions :
* copy this https://svn.java.net/svn/hudson~svn/trunk/hudson/test-projects
in a new code.google.com project
* setup a new repo in https://github.com/jenkinsci/test-projects with
the content from java.net (and use svn mode capability from github [2]
in unit test )WDYT ?