Re: How to commit only top level files?

2018-11-06 Thread Bo Berglund
On Tue, 6 Nov 2018 23:13:08 +0100, Branko ?ibej wrote: >> The problem I have is in the definition of "target"... > >"Target" is any file or directory that you tell the command to operate >on. For example, when you say: > >    svn commit foo bar > >"foo" and "bar" are targets for 'svn commit'. You

Re: How to commit only top level files?

2018-11-06 Thread Branko Čibej
On 06.11.2018 21:11, Bo Berglund wrote: > I have a project where I want to commit the modified sources in the > top folder but want to prevent it from recursing to subdirectories, > which hold the compiled binaries. These are only to be committed when > the sources are stable. > > I looked at svn c

Re: How to commit only top level files?

2018-11-06 Thread Branko Čibej
On 06.11.2018 21:19, Alfred von Campe wrote: > >> On Nov 6, 2018, at 15:11, Bo Berglund > > wrote: >> >> What should I use as argument so that only the changed files in the >> current dir are committed? > > Will the -N [—non-recursive] option work for you? The -N opti

Re: How to commit only top level files?

2018-11-06 Thread Mark Phippard
On Tue, Nov 6, 2018 at 4:15 PM Alfred von Campe wrote: > > On Nov 6, 2018, at 15:41, Bo Berglund wrote: > > on-recursive would work, but is it really available for svn ci? > It is not mentioned in the svnbook > > > But “svn ci —help” does list it as an available option, at least on my > syst

Re: How to commit only top level files?

2018-11-06 Thread Alfred von Campe
> On Nov 6, 2018, at 15:41, Bo Berglund wrote: > > on-recursive would work, but is it really available for svn ci? > It is not mentioned in the svnbook But “svn ci —help” does list it as an available option, at least on my system running 1.9.4. Alfred

Re: How to commit only top level files?

2018-11-06 Thread Bo Berglund
On Tue, 6 Nov 2018 15:19:06 -0500, Alfred von Campe wrote: > >> On Nov 6, 2018, at 15:11, Bo Berglund wrote: >> >> What should I use as argument so that only the changed files in the >> current dir are committed? > >Will the -N [—non-recursive] option work for you? > Non-recursive would work, b

Re: How to commit only top level files?

2018-11-06 Thread Alfred von Campe
> On Nov 6, 2018, at 15:11, Bo Berglund wrote: > > What should I use as argument so that only the changed files in the > current dir are committed? Will the -N [—non-recursive] option work for you? Alfred

How to commit only top level files?

2018-11-06 Thread Bo Berglund
I have a project where I want to commit the modified sources in the top folder but want to prevent it from recursing to subdirectories, which hold the compiled binaries. These are only to be committed when the sources are stable. I looked at svn ci with the --depth argument, but I do not understan

Re: Problems accessing GitHub's SVN-bridge with SVN 1.11

2018-11-06 Thread Branko Čibej
On 04.11.2018 20:11, Branko Čibej wrote: > On 04.11.2018 18:57, Thorsten Schöning wrote: >> Guten Tag Branko Čibej, >> am Sonntag, 4. November 2018 um 17:47 schrieben Sie: >> >>> I'm not sure what you mean by "handles more than only DAV successfully" >> I thought it might be possible that GitHub an

Re: Error E145001

2018-11-06 Thread Branko Čibej
On 06.11.2018 13:29, xxsa...@seznam.cz wrote: > Hello, > I am trying to remove symbolic link that is currently under version control > but with keeping it in the file system. I try to do it like this: > svn delete --keep-local xyz > > When now trying to commit this change, I get following error: >

Error E145001

2018-11-06 Thread xxsawer
Hello, I am trying to remove symbolic link that is currently under version control but with keeping it in the file system. I try to do it like this: svn delete --keep-local xyz When now trying to commit this change, I get following error: svn: E145001: Commit failed (details follow): svn: E145001

Re: subversion 1.11.0 on FreeBSD 11.2: ... does not support the HTTP/DAV protocol

2018-11-06 Thread Stefan Sperling
On Tue, Nov 06, 2018 at 11:09:53AM +0100, Branko Čibej wrote: > On 06.11.2018 10:20, Dr. Rolf Jansen wrote: > > Said all this, I would have simply amended this error message by a hint. > > „... check the URL is pointing to a SVN repository!“. > > ... and this hint implies that only the URL could

Re: subversion 1.11.0 on FreeBSD 11.2: ... does not support the HTTP/DAV protocol

2018-11-06 Thread Branko Čibej
On 06.11.2018 10:20, Dr. Rolf Jansen wrote: > For a DAV noob, this error message is IMHO indeed not very helpful. You need > to know that DAV is heavily based on XML. However, I have my doubts, that the > other message „does not support the HTTP/DAV protocol“ is much more helpful > to a SVN noob

Re: subversion 1.11.0 on FreeBSD 11.2: ... does not support the HTTP/DAV protocol

2018-11-06 Thread Dr. Rolf Jansen
> Am 06.11.2018 um 01:57 schrieb Daniel Shahaf : > > Dr. Rolf Jansen wrote on Tue, 06 Nov 2018 00:27 -0200: >> FYI, RFC 2518 has been obsoleted since 11 years by RFC 4918, and the >> relevant chapter moved to 10.1: >> https://tools.ietf.org/html/rfc4918#section-10.1, and yes there is still >> w