Re: version control model of Subversion source code

2019-03-20 Thread Ralph Seichter
* wuzhouhui: > As far as I know, new code is committed to trunk firstly, then > cherry-picked to release-branch in necessary [...] And tags are > always created on release-branch. It can be done this way, but that's not a requirement. One can also tag 'trunk', or any other branch. -Ralph

Re: How to open specified inside .svn

2019-02-28 Thread Ralph Seichter
* wuzhouhui: > Could someone remind me that which function can be used to open > .svn/Adir/Afile in client? I'm not sure I understand what you are trying to achieve? The .svn directories (and contents) should not be accessed directly. That's what the SVN client is for. -Ralph

Re: Issues

2018-05-24 Thread Ralph Seichter
On 24.05.18 12:46, Navod Anushan wrote: > [Junk] Can the mailing list administrators please change the configuration so that nobody can send 5-MB-photos to this list? Thank you. -Ralph

Re: Reverting accidental permanent acceptance of SSL certificate?

2018-02-11 Thread Ralph Seichter
On 11.02.2018 16:38, Bo Berglund wrote: > Is there a client svn command to un-accept a certificate? It is easy to manually remove data from the "auth" directory, see http://svnbook.red-bean.com/en/1.8/svn.serverconfig.netmodel.html -Ralph

Re: Apache svn - how to customize rendering?

2017-12-10 Thread Ralph Seichter
On 10.12.2017 09:30, Bo Berglund wrote: > Is there some way to enhance/customize it a bit so it gets a more > attractive look? I use the SVNIndexXSLT option to point Apache to an XSL stylesheet. -Ralph

Re: svn status does not detect a modification if the same file was touched

2017-10-19 Thread Ralph Seichter
On 19.10.17 18:17, Daniel Shahaf wrote: > Subversion doesn't use checksums to detect modifications. 'svn status' > is based on filesize + mtime only. I seemed to remember subversion behaved like git in this regard, using a checksum (as shown in 'svn info') as an indicator, rather than raw file

Re: svn status does not detect a modification if the same file was touched

2017-10-19 Thread Ralph Seichter
On 19.10.2017 12:16, Sasikala Kottegoda wrote: > In this scenario, svn status does not show anything. Also, the file > does not get commited when I issue an 'svn commit'. Is there a reason > for that? Subversion uses a hash of the file content to determine if it has been modified. Changing the

Re: Subversion Server Replacement Query

2017-09-20 Thread Ralph Seichter
> Hi Subversion Support, Funny way to put it. ;-) This is a public mailing list of (mostly) volunteers. > Please advise as we need to move subversion from old server with OS > RH5U3 to RH7U3, all of our repositories are hosted on NFS share. Don't use network based file systems. Really, don't.

Re: [Linux] Hook hashbang hardships

2016-09-27 Thread Ralph Seichter
On 27.09.2016 12:59, Dario Niedermann wrote: > I found out that the issue was in the script's shebang: > > #!/bin/bash -e > > which wouldn't work. Had to remove ' -e'. Is this expected behaviour or > is there something wrong with svn (version 1.9.4 (r1740329) on > Linux/x86_64) ? Why would

Re: Planned release date for mod_dav_svn compile error fix (SVN 1.7/Apache 2.4)

2012-05-15 Thread Ralph Seichter
On 15.05.12 09:56, Daniel Shahaf wrote: 1.7.5 will include this fix. That's good news, thanks. -Ralph

Planned release date for mod_dav_svn compile error fix (SVN 1.7/Apache 2.4)

2012-04-19 Thread Ralph Seichter
Hi list, in February, Mario Brandt started a thread about a compile error against Apache 2.4.x (see http://svn.haxx.se/dev/archive-2012-02/0486.shtml). subversion/mod_dav_svn/util.c: In function 'dav_svn__log_err': subversion/mod_dav_svn/util.c:630:20: error: 'dav_error' has no member named

Re: Mailing lists? Really?

2010-07-28 Thread Ralph Seichter
On 28.07.10 20:13, Ds Jstc wrote: my inbox is entirely full enough, thank you. There are numerous fine MUAs out there which will gladly sort your incoming mail and prevent inbox clutter by providing folders. You might also be able to use Sieve for a server-side solution. Please change over to