Re: JavaHL: JNIError: bad C++ this

2016-08-09 Thread Mark Phippard
On Tue, Aug 9, 2016 at 11:42 AM, Walter Klust wrote: > On 08.07.2016 16:48, Walter Klust wrote: > >> On 08.07.2016 16:38, Mark Phippard wrote: >> >>> On Fri, Jul 8, 2016 at 4:58 AM, Walter Klust >>> wrote: >>> >>> Hello, >

Re: A couple thousand mp3 files (this is not spam I swear )

2016-08-18 Thread Mark Phippard
directly on the server filesystem. So unless you build your own custom code that used the repository API layer you can only interact with the content of your repository using a SVN client of some kind. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: A subersion build environment on CentOS 7.2

2016-08-21 Thread Mark Phippard
ill need the -devel RPMs installed for all dependencies you want to build against such as Apache, OpenSSL and Serf. Mark

Re: A subersion build environment on CentOS 7.2

2016-08-21 Thread Mark Phippard
load, inspect, apply, build and test > the changes that are made to trunk by the project. Then I want to use this > setup to write my own changes. For trunk builds see: http://subversion.apache.org/docs/community-guide/ Mark

Re: A subersion build environment on CentOS 7.2

2016-08-21 Thread Mark Phippard
> On Aug 21, 2016, at 7:02 PM, horst.schl...@gmx.de wrote: > >> Am 8/21/2016 um 5:37 PM schrieb Mark Phippard: >> >>>> On Aug 21, 2016, at 3:45 PM, horst.schl...@gmx.de wrote: >>>> >>>> Am 8/21/2016 um 6:00 AM schrieb Stefan Sperling: &g

Re: Migrating old format repositories (format 4), running into bad line endings

2016-08-22 Thread Mark Phippard
because I see that svnsync has a --source-prop-encoding option that we added for fixing non UTF8 log messages. So it is possible I am confusing with that option. I would try it though since it is a a simple method to use. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Migrating old format repositories (format 4), running into bad line endings

2016-08-22 Thread Mark Phippard
On Mon, Aug 22, 2016 at 5:29 PM, Eric Johnson wrote: > Hi Mark, > > On 8/22/16 2:06 PM, Mark Phippard wrote: > >> On Mon, Aug 22, 2016 at 2:11 PM, Eric Johnson > e...@tibco.com>> wrote: >> >> So I wrote myself a tool to go through all commit comments,

Re: Subversion dump/load - author

2016-09-13 Thread Mark Phippard
r than the entire history of the repository. Your SVN client is just showing the last changed revision for each path which is probably now r1 and the author and date are whoever the author/date for r7500 of your original repository was. If you want to see your history you need to load a full dump file. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Implementing the Lock->Edit->Unlock cycle

2016-09-28 Thread Mark Phippard
ication Locking a file will not force an update to happen, but the lock itself is not held on any specific revision either. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: download link of CollabNet Subversion 1.8.14

2016-10-12 Thread Mark Phippard
y much any SVN version as we have used the same naming system since at least the 1.5.x releases. For example, this is the link to current 1.9.x version: http://www.collab.net/servlets/OCNDirector?id=CSVN1.9.4WINC64 Change the 1.9.4 to 1.8.14 and it would give you the 1.8.14 version of that

RE: Svn branching issue

2016-11-08 Thread Cooke, Mark
Is this an XY Problem (http://xyproblem.info/) ? Can you explain WHY it is important to you to show the new path rather than the old? It sounds like you think this is the solution to your problem (whatever that is) so you ask about your "solution" rather than the problem...

RE: Svn branching issue

2016-11-08 Thread Cooke, Mark
ou can always reorganise the structure (and still access all the history). > don't you guys think, it is a serious limitation which need to be overcome ? No, the limitation you see is not actually there. I still do not understand if you have an actual problem with something you have tried to do. Hopefully this (and Stefan's post) will help you. ~ mark c

RE: Feature request: Restoring pristines

2016-11-09 Thread Cooke, Mark
svn co auto correct the case of missing pristine files, as far as > I'm concerned. > > Regards, > Stefan Would this not fit better as part of `update` rather than `checkout` over an existing working copy? ~ mark c

Re: How to maintain a release branch?

2016-11-14 Thread Mark Phippard
ge is kind of just a fancy editor process to make the same changes to the same files. With the addition that it also creates some metadata about the merge that can be nice to have for your records keeping. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Backup using ZFS Snapshots

2016-12-13 Thread Mark Phippard
al option to just copy the newer revisions. Do that from a post-commit hook and you can always have a backup up to the latest commit. To me snapshots would seem like a way to do backups without using hotcopy. I am not sure the value of combining the two ... but it should work technically if you have "reasons". Mark

Re: Backup using ZFS Snapshots

2016-12-13 Thread Mark Phippard
On Tue, Dec 13, 2016 at 4:47 PM, Andrew Martin wrote: > > > - Original Message - > > From: "Mark Phippard" > > To: "amartin" > > Cc: "users" > > Sent: Tuesday, December 13, 2016 3:35:37 PM > > Subject: Re: Backup usi

Re: Backup using ZFS Snapshots

2016-12-13 Thread Mark Phippard
ands on different > servers while the repository is frozen. > If you can use freeze it is a good solution but it is one repository at a time. The svnbook gives a good example using rsync and freeze to do backups: http://svnbook.red-bean.com/en/1.8/svn.ref.svnadmin.c.freeze.html If all of your activity happens via Apache there might be easier ways to make all your repositories read only during a backup window and you can also always use the start-commit hook as an easy way to make repositories read only. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Backup using ZFS Snapshots

2016-12-15 Thread Mark Phippard
based on the approach you are taking, I do not think you need to do any of this. Your ZFS snapshot of the filesystem can happen while a commit is happening since the ultimate backup will be done with an svnadmin hotcopy and that command will not care if the snapshot grabbed an in-progress commit. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: E730054: Error running context: An existing connection was forcibly closed by the remote host.

2017-01-18 Thread Mark Phippard
ought I'd ask for help from the forum. > > > > OS is RHEL 4.4.7-4, SVN Edge is providing Apache 2.4.23 and SVN 1.8.17 > > > Is this accurate in terms of the OS? RHEL 4? I am somewhat surprised SVN Edge would run on that OS as we have never tested it. Not even 8 years ago when SVN Edge first came out and RHEL 4 was only "old". -- Thanks Mark Phippard http://markphip.blogspot.com/

RE: Code baseline in apache subversion implementation

2017-02-02 Thread Cooke, Mark
There is a very good book online:- http://svnbook.red-bean.com/ You will be able to answer your question (and lots more) by reading the book. ~ Mark C From: Durgaprasad Potnuru [mailto:durgaprasad.potn...@iictechnologies.com] Sent: 02 February 2017 07:10 To: users@subversion.apache.org Cc

Re: How to checkout only the changes

2017-03-25 Thread Mark Phippard
wrote a script for this? > > I'd like to index these files, but I don't want to index the same files > again and again. > You could maintain a working copy and just run svn update and scrape the output to identify changes. Otherwise you need to run svn log -v with a script and then use svn cat to get the individual files. -- Thanks Mark Phippard http://markphip.blogspot.com/

How to search across repositories

2017-04-10 Thread Cooke, Mark
Office or PDF files) [1] http://svnquery.tigris.org/ [2] https://github.com/kalyptorisk/svnquery Many thanks, ~ Mark C

Re: Repo for latest 1.9 svn binaries for 32-bit RHEL 6?

2017-04-11 Thread Mark Phippard
FWIW, I recently made the same decision for the packages we provide at CollabNet. We have stopped providing 32-bit versions for all platforms. Mark On Tue, Apr 11, 2017 at 7:26 AM, Doug Robinson wrote: > Alfred: > > You can blame me for the decision to prune out the 32-bit platfor

RE: Is it safe to remove deleted and no longer used branches from the svn:mergeinfo property?

2017-06-02 Thread Cooke, Mark
info property so it’s easier to read. > > I would love for one of the Subversion developers to chime in here... > > Alfred (I'm not a svn dev) ~ Mark C

Re: Is it safe to remove deleted and no longer used branches from the svn:mergeinfo property?

2017-06-02 Thread Mark Phippard
Have you seen this script? http://svn.apache.org/repos/asf/subversion/trunk/tools/client-side/mergeinfo-sanitizer.py I believe it does this though I have never tried it. Mark On Wed, May 31, 2017 at 11:18 AM, Alfred von Campe wrote: > After many years of development, we have over

Re: Is it safe to remove deleted and no longer used branches from the svn:mergeinfo property?

2017-06-02 Thread Mark Phippard
Actually, this is the newer tool I was thinking of: http://svn.apache.org/repos/asf/subversion/trunk/tools/client-side/svn-mergeinfo-normalizer/ Mark On Fri, Jun 2, 2017 at 8:46 AM, Mark Phippard wrote: > Have you seen this script? > > http://svn.apache.org/repos/asf/subversion/tr

RE: remove me from this list

2017-06-07 Thread Cooke, Mark
See http://subversion.apache.org/mailing-lists.html for how to unsubscribe yourself... > -Original Message- > From: Mortada, Mahmoud [mailto:mahmoud_mort...@mentor.com] > Sent: 07 June 2017 15:06 > To: users@subversion.apache.org > Subject: remove me from this list > > Hi all > > Can yo

Re: upgrading server

2017-07-25 Thread Mark Phippard
svnadmin load does not have any options to fix the problems, but you can add the --bypass-prop-validation option to ignore them and just carry the problems into your new repository. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: How to synchronise a SVN repository with a local one

2017-10-31 Thread Mark Phippard
tHub? It really is not clear why you want to use SVN as it is not a good fit for the needs you have described. -- Thanks Mark Phippard http://markphip.blogspot.com/

Recommended apr / openssl etc. library version for svn ?

2017-11-21 Thread Cooke, Mark
*APR 1.5.2 (1.6.3) *APR-util 1.5.4 (1.6.1) *APR iconv 1.2.1 (1.2.2) *Expat 2.2.0 (2.2.5) *OpenSSL 1.0.2j (.2m) *PCRE 8.39 (8.41) *SQLite 3.15.1 (amalgamation) (3.21) *ZLib 1.2.8 (1.2.11) ...subject to security updates of course (brackets show latest version at time of writing)! Thanks, ~ Mark C

RE: Recommended apr / openssl etc. library version for svn ?

2017-11-21 Thread Cooke, Mark
ions that break API > compatibility with the > 1.0.x line, there are also a number of serious bugs fixed in it ... > > -- Brane ...so is svn still waiting on support in other packages? Bottom line is that I should still use the 1.0.2 line for now? Thanks to Brane and Eric. ~ Mark C

RE: Can SVN only branch and tag at the highest project level?

2017-12-05 Thread Cooke, Mark
f any folder, the trunk/tags/branch triumvirate is just a convention. You can read the online book for more information: http://svnbook.red-bean.com/nightly/en/svn.tour.importing.html#svn.tour.importing.layout ~ Mark C

Re: 4 eyes priciple on subversion

2017-12-08 Thread Mark Phippard
just do not believe the workflow for doing so is nearly as productive as it is when using Git. So if you are going to choose Subversion, typically it would be due to other areas where Subversion has strengths that Git does not, such as path-based permissions, handling of large binaries, partial tree checkouts etc. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Apache svn - how to customize rendering?

2017-12-10 Thread Mark Phippard
s technique to build a ViewVC-like experience but they still require something running on the server to serve up those additional history/diff related requests. The best example I have seen is this: http://svn.code-host.net/project.html Mark >

Re: Apache svn - how to customize rendering?

2017-12-10 Thread Mark Phippard
> On Dec 10, 2017, at 12:00 PM, Daniel Shahaf wrote: > > Mark Phippard wrote on Sun, 10 Dec 2017 10:53 -0500: >> If you want any "features" like being able to view history and see diffs >> then you need ViewVC or a similar product. These just install alongside

Re: Apache svn - how to customize rendering?

2017-12-10 Thread Mark Phippard
> On Dec 10, 2017, at 3:38 PM, Bo Berglund wrote: > > On Sun, 10 Dec 2017 10:53:37 -0500, Mark Phippard > wrote: > >> If you want any "features" like being able to view history and see >> diffs then you need ViewVC or a similar product. >> The

Re: Upgrading a very old SVN version

2017-12-13 Thread Mark Phippard
chives of this list to find answers on how to proceed. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Problem with merge --reintegrate

2017-12-23 Thread Mark Phippard
someone else has decided to use that. > FWIW, that is just normal Subversion. It is just the binaries CollabNet built, packed and tested. There are no customizations applied to it. I think that is generally true of everyone that builds and packages Subversion binaries. Mark

RE: [ANNOUNCE] Apache Subversion 1.10.0-rc1 released

2018-03-01 Thread Cooke, Mark
-Original Message- From: Randy Given [mailto:givenra...@gmail.com] Sent: Wednesday, February 28, 2018 1:00 PM How do I unsubscribe? => https://subversion.apache.org/mailing-lists.html#unsubscribing -- Forwarded message -- From: "Julian Foad" Date: Feb 28, 2018 7:50 AM

RE: unsubscribe

2018-03-15 Thread Cooke, Mark
https://subversion.apache.org/mailing-lists.html ~ Mark C

RE: unsubscribe

2018-04-26 Thread Cooke, Mark
n.apache.org/mailing-lists.html ~ Mark C

RE: Is it possible to use SVN to do version control even if all the source code is inside a RAR compressed archive file?

2018-05-02 Thread Cooke, Mark
compressed archive file? > > I really appreciate any help you can provide. > > Jay AFAIK subversion will see and version the RAR file itself but will not try to look inside the file for further structure. In another word: no. ~ Mark C

Re: svn client for Windows and non-latin symbols

2018-05-04 Thread Mark Phippard
If you see a ? It means the font does not have a glyph for the character. Use a Unicode font. Sent from my iPhone > On May 4, 2018, at 6:44 AM, Eugene M. Zheganin wrote: > > Hello, > > > I'm trying to use the native windows client - svn.exe and it really looks > like it corrupts or doesn't

Re: Problem setting Notepad++ as log message editor for svn 1.9.7 (Windows7)

2018-06-08 Thread Mark Phippard
tepad-to-edit-subversion-commit.html You need to add the -multiInst option. The full set of options you should add actually seems to be: -multiInst -noPlugin -nosession -notabbar -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: how to get the newly created branch/folder without extra .svn folder?

2018-06-15 Thread Mark Phippard
clude or exclude extra parts. > > I had a couple of different thoughts. 1. SVN client version matters. SVN 1.7+ will have only a single .svn folder at the root of the working copy, but SVN 1.0-1.6 put a .svn folder in every folder. 2. Usage of svn:externals matters. Every svn:external reference is a working copy inside the working copy and it will contain a .svn folder at its root. So that is kind of the exception to the previous point. My assumption is that James is running into one of these issues. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Svnadmin —incremental hotcopy (and other questions)

2018-06-19 Thread Mark Phippard
that version 1.10 is out, will the redbook be made current and > turned into a printed book? The book is open source. It is kept somewhat current but it is a volunteer effort. I think it is extremely unlikely that O'Reilly would ever do another printing. Mark

Re: Inconsistencies/bugs in peg revision parsing and help description

2018-09-09 Thread Mark Phippard
ankfully, while svn will always assume the latter, there is a trivial workaround. You need only append an at sign to the end of the path, such as news@11@. svn cares only about the last at sign in the argument, and it is not considered illegal to omit a literal peg revision specifier after that at sign. This workaround even applies to paths that end in an at sign—you would use filename@@ to talk about a file namedfilename@." Mark

Re: Inconsistencies/bugs in peg revision parsing and help description

2018-09-09 Thread Mark Phippard
ision specifier after that >> at sign. This workaround even applies to paths that end in an at sign—you >> would use filename@@ to talk about a file namedfilename@." > > Hi Mark, > > I am aware of that paragraph and this is what I did actually: > https://githu

Re: Inconsistencies/bugs in peg revision parsing and help description

2018-09-09 Thread Mark Phippard
On Sep 9, 2018, at 8:15 AM, Michael Osipov wrote: > > Am 2018-09-09 um 13:50 schrieb Mark Phippard: >>>>> Any thoughts? >>>> If I understand your examples, you are showing what happens when the >>>> filename contains an @, right? If so, this is

Re: How to Shutdown Svn Server

2018-10-03 Thread Mark Phippard
really depends on how you installed it. It is also pretty easy to leave a server running but make the repositories all read-only: https://stackoverflow.com/questions/2411122/how-to-freeze-entire-svn-repository-to-make-it-read-only You can either alter the authz rules to remove all write permissi

Re: How to commit only top level files?

2018-11-06 Thread Mark Phippard
e option, at least on my > system running 1.9.4. > > You want "svn help ci": -N [--non-recursive] : obsolete; try --depth=files or --depth=immediates Do the "right way" to do this now would be: svn ci --depth=files . -- Thanks Mark Phippard http://markphip.blogspot.com/

Error: Could not access revision times

2018-11-07 Thread Mark Phippard
trying to get the client side of this. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Error: Could not access revision times

2018-11-07 Thread Mark Phippard
On Wed, Nov 7, 2018 at 8:16 AM Pavel Lyalyakin < pavel.lyalya...@visualsvn.com> wrote: > Hello, > > On Wed, Nov 7, 2018 at 4:10 PM, Mark Phippard wrote: > > > > Anyone seen this error before? This is in the Apache error logs and not > sure what it means: > &

Re: Subversion Web Management/Self-service Site

2018-11-14 Thread Mark Phippard
ge was the product you were referring to here, but this may have been true for other products you looked at as well so might be worth another look. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Are my repos properly using ZLIB compression level 9?

2018-12-12 Thread Mark Phippard
ason. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: ra-serf missing from SVN Client for windows 1.11

2018-12-17 Thread Mark Phippard
: Module for accessing a repository via WebDAV protocol using > serf.* > > * - using serf 1.3.9 (compiled with 1.3.9)* > > * - handles 'http' scheme* > > * - handles 'https' scheme* > > > The Subversion project does not provide binaries, so you should report this to whomever or wherever you obtained them. You are right that it looks like they were not built properly and/or did not include all of the libraries needed for http support. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: SVN 1.11 authentication freeze 30-45 seconds

2019-01-10 Thread Mark Phippard
> On Jan 10, 2019, at 1:43 PM, Cotrut, Michael > wrote: > > Hi Mark, > > We are migrating from SVN 1.9.2 to 1.11 (Apache 2.2 to Apache 2.4) > > We’ve been using SVN for 7-8 years and we have hundreds of repositories and a > client base of 300-400 users. >

Homebrew SVN 1.11 not working

2019-01-16 Thread Mark Phippard
ot found make: *** [subversion/bindings/swig/ruby/svn_client.lo] Error 1 I do not need these so ideas could include telling me how to reconfigure my install so that it does not try to build these. I only need the SVN command line and JavaHL. Do not care about any other language bindings. -- Thanks

Re: Homebrew SVN 1.11 not working

2019-01-16 Thread Mark Phippard
On Wed, Jan 16, 2019 at 10:13 AM Stefan Sperling wrote: > On Wed, Jan 16, 2019 at 09:39:12AM -0500, Mark Phippard wrote: > > I am trying to update my Homebrew and it looks like it wants to move me > > from SVN 1.10 to 1.11 but it is failing. I do not recall even asking it >

Re: Homebrew SVN 1.11 not working

2019-01-16 Thread Mark Phippard
On Wed, Jan 16, 2019 at 2:10 PM Branko Čibej wrote: > On 16.01.2019 15:39, Mark Phippard wrote: > > I am trying to update my Homebrew and it looks like it wants to move > > me from SVN 1.10 to 1.11 but it is failing. I do not recall even > > asking it to install the Ruby b

Re: Homebrew SVN 1.11 not working

2019-01-16 Thread Mark Phippard
On Wed, Jan 16, 2019 at 2:54 PM Mark Phippard wrote: > On Wed, Jan 16, 2019 at 2:10 PM Branko Čibej wrote: > >> On 16.01.2019 15:39, Mark Phippard wrote: >> > I am trying to update my Homebrew and it looks like it wants to move >> > me from SVN 1.10 to 1.11 but i

Re: Homebrew SVN 1.11 not working

2019-01-17 Thread Mark Phippard
On Thu, Jan 17, 2019 at 7:04 AM Branko Čibej wrote: > On 16.01.2019 21:51, Mark Phippard wrote: > > On Wed, Jan 16, 2019 at 2:54 PM Mark Phippard wrote: > >> On Wed, Jan 16, 2019 at 2:10 PM Branko Čibej wrote: >> >>> On 16.01.2019 15:39, Mark Phippard wrot

Re: Homebrew SVN 1.11 not working

2019-01-25 Thread Mark Phippard
t just be part of the package. There is nothing especially difficult about distributing it. Thanks Mark

Re: Homebrew SVN 1.11 not working

2019-01-25 Thread Mark Phippard
> On Jan 25, 2019, at 6:26 AM, Branko Čibej wrote: > > On 25.01.2019 12:20, Mark Phippard wrote: >>> AFAIK it does install from a bottle, but --with-javahl forces a build >>> from source (all other bindings are bottled). You could request an >>> improvem

svn cleanup options

2019-02-14 Thread Cooke, Mark
ors" or "ignore read-only" or even "remove read-only"? Many thanks ~ Mark C

RE: svn cleanup options

2019-02-14 Thread Cooke, Mark
> -Original Message- > From: Branko Čibej [mailto:br...@apache.org] > Sent: Thursday, February 14, 2019 3:17 PM > > On 14.02.2019 15:33, Stefan Sperling wrote: > > On Thu, Feb 14, 2019 at 03:29:20PM +0100, Stefan Sperling wrote: > >> On Thu, Feb 14, 2019 at

RE: svn cleanup options

2019-02-15 Thread Cooke, Mark
> -Original Message- > From: Branko Čibej [mailto:br...@apache.org] > Sent: Friday, February 15, 2019 7:43 AM > > On 15.02.2019 08:02, Cooke, Mark wrote: > >> -Original Message- > >> From: Branko Čibej [mailto:br...@apache.org] > >>

Re: SVN keyword replacement

2019-02-19 Thread Mark Phippard
e repository-relative path of the file not the complete URL. As long as you are using SVN 1.8 or later you can now define custom keywords. See: https://subversion.apache.org/docs/release-notes/1.8#custom-keywords and http://svnbook.red-bean.com/nightly/en/svn.advanced.props.special.keywo

Re: SVN keyword replacement

2019-02-19 Thread Mark Phippard
/1.8.x /branches/releases/1.8.x /branches/features/joe/feature-1 /tags/release/1.8.9 /tags/1.8.9 etc. Short of some major change in SVN to let you mark the root of your tree there probably will not ever be a way to do any better than what %P gives you. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: SVN keyword replacement

2019-02-19 Thread Mark Phippard
On Tue, Feb 19, 2019 at 1:13 PM Mark Phippard wrote: > On Tue, Feb 19, 2019 at 1:08 PM Scott Bloom wrote: > >> Unfortunately %P still includes branch directories…. >> >> <http://markphip.blogspot.com/> >> >> > Yes, it is repository relative. T

Re: SVN keyword replacement

2019-02-19 Thread Mark Phippard
On Tue, Feb 19, 2019 at 2:09 PM Daniel Shahaf wrote: > Mark Phippard wrote on Tue, 19 Feb 2019 18:30 +00:00: > > One idea that occurred to me would be adding a new value of %W that is > > similar to %P except the path is relative to the root of the working > > copy. Assum

Re: SVN keyword replacement

2019-02-19 Thread Mark Phippard
bject to this idea. If it is a fairly quick patch then you might as well let the patch show what you have in mind. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: How to safely upgrade svn on ubuntu 16?

2019-02-27 Thread Mark Phippard
y question might be if you are using any other SVN clients besides the command line that are using the SVN libraries. Even then it is generally very safe but worth knowing more details. If it is a server it is also fairly safe. The main concern would be the Apache server version change from the upgrade and whether the Apache conf needed to be adjusted. Mark

Re: How to safely upgrade svn on ubuntu 16?

2019-02-28 Thread Mark Phippard
t; to a newer ubuntu update repository and therefore get subversion > >> upgradeable to later versions? > >> > >> Will I risk damaging the svn installation or repository data by doing > >> so? > >> Or do I have any other option? > > > >Is this

Re: File capacity limitation in theory in SVN

2019-03-20 Thread Mark Phippard
n in the history and whenever you run commands like svn log that look at the history it has to return this massive commit that can make those commands not as nice to run as they are under normal circumstances. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: My server crashed during update, how to handle svn repositories on new installation?

2019-04-07 Thread Mark Phippard
run your svnsync process as and you should be fine. Mark > On Apr 7, 2019, at 11:11 AM, Bo Berglund wrote: > > I have an Ubuntu Server 16.04.2 LTS that is running Apache Subversion > 1.9.7 (r1800392). Total size of repositories is 5.5 GB. It was > installed a year ago approx

Re: My server crashed during update, how to handle svn repositories on new installation?

2019-04-07 Thread Mark Phippard
> On Apr 7, 2019, at 4:27 PM, Bo Berglund wrote: > > On Sun, 7 Apr 2019 11:27:19 -0400, Mark Phippard > wrote: > >> If you have a tar or other backup you ought to be fine once they are >> restored. >> You just need to make sure the permissions on the files

Re: What's not captured in sdvnadmin dump?

2019-04-16 Thread Mark Phippard
ache configuration, svnserve configuration, authz files not stored in repository, scripts and libraries used by your hook scripts etc. Is the eol translation attributes included in the dump? > Yes, those are versioned properties and are part of the repository. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Not able to delete a repo from the CLI for Subversion

2019-06-07 Thread Mark Phippard
r is there another way > to do this? Subversion does not provide an API or command to delete a repository. To delete a repository you need direct access to the filesystem and you simply remove the folder for the repository. TortoiseSVN can only delete a local repository where it has this sort of access. It is not possible to do it via the server protocol. Mark

Re: How to update a sparse directory?

2019-06-07 Thread Mark Phippard
to the relevant subcommands. Even svn update works as it does elsewhere when no specific depth is provided—it updates the working copy targets that are present while honoring their sticky depths." If this is not working for you provide a script that shows what you are doing and what you are getting. Mark

Re: How to update a sparse directory?

2019-06-07 Thread Mark Phippard
> On Jun 7, 2019, at 7:17 PM, Mun Johl wrote: > > Hi Mark, > > Thank you for your reply. > Please see my comments below. > > > On Fri, Jun 07, 2019 at 03:37 PM PDT, Mark Phippard wrote: >>> On Jun 7, 2019, at 4:34 PM, Mun Johl >>> mailto:mun.j.

Re: Set up HA subversion server

2019-06-27 Thread Mark Phippard
ou have some real need to have this sort of setup it is possible. Of course with an Enterprise NAS it is also possible to have the storage snapshot replicated to a second location as a failover. Mark

Using ssh for password encryption

2019-06-28 Thread Mark Phippard
I was Googling for some examples of using gpg-agent and stumbled on this customization someone did to use ssh keys for password encryption. I do not recall this person ever sharing it here so thought I would. Not sure if it could be productized or not. https://github.com/jwhitham/safeu/ Mark

svn x-shelve gives E200014: Checksum mismatch

2019-07-30 Thread Mark P.
he same problem? Is this something I'm doing wrong, or is it a bug? Thanks Mark Disclaimer: http://www2.peralex.com/disclaimer.html

Re: sqlite[s11]: database disk image malformed

2019-08-12 Thread Mark Phippard
just support this behavior by default though. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Questions about a script for regular backups

2019-08-22 Thread Mark Phippard
ync the change. After that, I would use svnadmin hotcopy with the new --incremental option (as of 1.8?). Dump is not a great choice for backups. The main advantage of svnsync is you can push the change via HTTP or SVN to a different system where as hotcopy needs FS access so the only way to get the repos on to a second server is if you can mount the FS via NFS or something. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Questions about a script for regular backups

2019-08-22 Thread Mark Phippard
On Thu, Aug 22, 2019 at 10:38 AM Anton Shepelev wrote: > Mark Phippard: > > >My first choice option would be to setup a repository on a > >second server and use svnsync from a post-commit hook > >script to sync the change. After that, I would use > >svnadmin hotc

Re: Questions about a script for regular backups

2019-08-22 Thread Mark Phippard
On Thu, Aug 22, 2019 at 10:55 AM Anton Shepelev wrote: > Mark Phippard to Anton Shepelev about hot copies: > > >>Are they portable across operating systems and > >>filesystems? (I fear not) > > > >Yes, they are absolutely portable across OS and FS. As is >

Re: Questions about a script for regular backups

2019-08-23 Thread Mark Phippard
On Fri, Aug 23, 2019 at 4:16 AM Pierre Fourès wrote: > Hello, > > Le jeu. 22 août 2019 à 16:47, Mark Phippard a écrit : > > > > > >> Cannot they become obsolete when a new version of SVN comes > >> out? > > > > > > No. It is a valid co

Re: Questions about a script for regular backups

2019-08-23 Thread Mark Phippard
On Fri, Aug 23, 2019 at 11:06 AM Nathan Hartman wrote: > On Fri, Aug 23, 2019 at 9:53 AM Mark Phippard wrote: > >> Anyway ... the only danger of a repository format is if you upgrade to >> latest and then for some reason need to downgrade your server binaries to >> an

Re: Questions about a script for regular backups

2019-08-26 Thread Mark Phippard
er than it ought to have been. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Questions about a script for regular backups

2019-08-27 Thread Mark Phippard
On Tue, Aug 27, 2019 at 5:06 AM Johan Corveleyn wrote: > On Mon, Aug 26, 2019 at 9:01 PM Mark Phippard wrote: > > > > On Mon, Aug 26, 2019 at 1:29 PM Anton Shepelev > wrote: > >> > >> I have now set up a post-commit hook that makes an > >> --incr

Re: Unexpected HTTP status 405 "Method Not Alloweed" on '/csvn/login/auth"

2019-08-28 Thread Mark Phippard
This happens when a user is using the wrong URL for the SVN repos to try to checkout. Probably they are using the URL of the web viewer as opposed to the repository URL needed by a svn client. Mark Sent from my iPad > On Aug 27, 2019, at 6:14 PM, Tanner Snedden > wrote: > > 19

Re: svn x-shelve gives E200014: Checksum mismatch

2019-08-30 Thread Mark P.
On 2019-08-30 10:18, Johan Corveleyn wrote: > On Fri, Aug 30, 2019 at 9:12 AM Mark P. wrote: >> >> On 2019-08-30 06:11, Johan Corveleyn wrote: >>> On Wed, Jul 31, 2019 at 7:20 AM Mark P. wrote: >>>> >>>> >>>> >>>> svn x-shel

Re: [SVN-4827] svn x-shelve gives E200014: Checksum mismatch when using eol-style=native

2019-09-03 Thread Mark P.
On 2019-09-03 12:30, Julian Foad wrote: > Johan Corveleyn wrote: >> Mark P. wrote: >>> svn x-shelve shelf1 >>> [...] Transmitting file data .svn: E200014: Checksum mismatch [...] >> >> Is the file main.cpp "translated" into Windows end-of-line

Re: Trying to build svn 1.12.2 from tarball

2019-09-04 Thread Mark Phippard
I can use a tagged version. > I do not recall if you mentioned the OpenSSL version either. Last I knew, Subversion still requires 1.0.x. Maybe use the OpenSSL release tarball? -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Trying to build svn 1.12.2 from tarball

2019-09-04 Thread Mark Phippard
Maybe SVN works with 1.1.1c but AFAIK, it does not. I would recommend you download the latest 1.0.2. I think Serf is what has to add this support and there has not been a new Serf release in several years. Mark On Wed, Sep 4, 2019 at 8:31 AM swdev wrote: > I have just downloaded >

Re: Trying to build svn 1.12.2 from tarball

2019-09-04 Thread Mark Phippard
OK, nevermind. I fired up a Windows VM and see that TortoiseSVN is using 1.1.1 so it must be possible. I did not look to see if they added any patches to the build process but I would assume that it must be supported now.

Re: Trying to build svn 1.12.2 from tarball

2019-09-04 Thread Mark Phippard
That had to be a typo. 1.3.9 is the latest Serf release and the one whose release notes mention 1.1.1. Mark On Wed, Sep 4, 2019 at 9:03 AM swdev wrote: > Just downloaded serf-1.3.2 (by editing get-deps.sh). > Trying to build serf give the same error as per my original post. > I thi

Re: Only old version available among Synology DiskStaion package

2019-09-11 Thread Mark Phippard
For a server using 1.9.x is fine. I mostly use SVN 1.8. You are not missing much just some of the fixes since 1.9.7 http://svn.apache.org/repos/asf/subversion/branches/1.9.x/CHANGES Mark > On Sep 11, 2019, at 12:41 PM, Stefan Karlsson wrote: > > Hi > > I have a Synology Di

<    2   3   4   5   6   7   8   9   10   >