Re: Using Travis to test against an SVN repository

2020-07-08 Thread sebb
On Wed, 8 Jul 2020 at 14:30, Sam Ruby wrote: > > On Wed, Jul 8, 2020 at 9:16 AM sebb wrote: > > > > It would be useful to be able to test the SVN library routines against > > a real repo. > > > > Any suggestions/experience with that? > > Create one using svnadmin. Check it out using file:/// URL

Re: Using Travis to test against an SVN repository

2020-07-08 Thread Sam Ruby
On Wed, Jul 8, 2020 at 9:16 AM sebb wrote: > > It would be useful to be able to test the SVN library routines against > a real repo. > > Any suggestions/experience with that? Create one using svnadmin. Check it out using file:/// URLs. Commit to it like you would any other repository. Example:

Using Travis to test against an SVN repository

2020-07-08 Thread sebb
It would be useful to be able to test the SVN library routines against a real repo. Any suggestions/experience with that? Sebb