Re: svn info tree conflicts bug using svn 1.10.6?

2021-01-19 Thread Yasuhito FUTATSUKI
In article hartman.nat...@gmail.com writes: > On Tue, Jan 19, 2021 at 12:45 PM Matthews, David > wrote: > > > > I appear to be getting incorrect results reported by "svn info --xml" for a > > file which has tree conflicts. > > > > I'm testing with svn 1.10.6 (and 1.9.12 which doesn't have this

Re: Can I authenticate to Subversion using ssh?

2021-01-19 Thread Nico Kadel-Garcia
On Tue, Jan 19, 2021 at 5:03 AM Daniel Sahlberg wrote: > > Den tis 19 jan. 2021 kl 10:47 skrev David Aldrich > : >> >> Hi >> >> We run a Jenkins job that lists the branches and tags of a certain svn >> repository by running 'svn ls'. >> >> The command, of course, requires svn authentication and

Re: svn info tree conflicts bug using svn 1.10.6?

2021-01-19 Thread Nathan Hartman
On Tue, Jan 19, 2021 at 12:45 PM Matthews, David wrote: > > I appear to be getting incorrect results reported by "svn info --xml" for a > file which has tree conflicts. > > I'm testing with svn 1.10.6 (and 1.9.12 which doesn't have this problem). Without digging deeper yet, I see it with 1.13.0

Re: Can I authenticate to Subversion using ssh?

2021-01-19 Thread David Aldrich
Hi Mark Thanks for your reply - that's very helpful. Best regards David On Tue, Jan 19, 2021 at 5:45 PM Mark Phippard wrote: > On Tue, Jan 19, 2021 at 12:39 PM David Aldrich < > david.aldrich.n...@gmail.com> wrote: > >> Hi Daniel >> >> Thanks for your reply. I've had a look at the Subversion b

Re: Can I authenticate to Subversion using ssh?

2021-01-19 Thread Mark Phippard
On Tue, Jan 19, 2021 at 12:39 PM David Aldrich wrote: > Hi Daniel > > Thanks for your reply. I've had a look at the Subversion book and done > some Googling. It isn't easy to know how to configure svn on the server for > ssh. > > We use the Collabnet Edge distribution of Subversion, which we beli

svn info tree conflicts bug using svn 1.10.6?

2021-01-19 Thread Matthews, David
I appear to be getting incorrect results reported by "svn info --xml" for a file which has tree conflicts. I'm testing with svn 1.10.6 (and 1.9.12 which doesn't have this problem). The results from "svn info" for the conflicted file appear correct. However, "svn info --xml" reports the wrong infor

Re: Can I authenticate to Subversion using ssh?

2021-01-19 Thread David Aldrich
Hi Daniel Thanks for your reply. I've had a look at the Subversion book and done some Googling. It isn't easy to know how to configure svn on the server for ssh. We use the Collabnet Edge distribution of Subversion, which we believe only supports http/https - not svnserve. Do you (or anyone else

Re: Can I authenticate to Subversion using ssh?

2021-01-19 Thread Daniel Sahlberg
Den tis 19 jan. 2021 kl 10:47 skrev David Aldrich < david.aldrich.n...@gmail.com>: > Hi > > We run a Jenkins job that lists the branches and tags of a certain svn > repository by running 'svn ls'. > > The command, of course, requires svn authentication and so a password must > be provided. Jenkin

Can I authenticate to Subversion using ssh?

2021-01-19 Thread David Aldrich
Hi We run a Jenkins job that lists the branches and tags of a certain svn repository by running 'svn ls'. The command, of course, requires svn authentication and so a password must be provided. Jenkins has a svn plugin which allows it to check out from svn repositories, using stored credentials,