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,
>
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/
ill need the -devel RPMs installed for all dependencies
you want to build against such as Apache, OpenSSL and Serf.
Mark
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
> 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
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/
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,
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/
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/
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
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...
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
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
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/
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
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
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/
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/
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/
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
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/
Office or PDF files)
[1] http://svnquery.tigris.org/
[2] https://github.com/kalyptorisk/svnquery
Many thanks,
~ Mark C
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
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
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
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
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
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/
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/
*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
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
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
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/
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
>
> 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
> 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
chives of this list to find answers on how to proceed.
--
Thanks
Mark Phippard
http://markphip.blogspot.com/
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
-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
https://subversion.apache.org/mailing-lists.html
~ Mark C
n.apache.org/mailing-lists.html
~ Mark C
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
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
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/
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/
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
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
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
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
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
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/
trying
to get the client side of this.
--
Thanks
Mark Phippard
http://markphip.blogspot.com/
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:
> &
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/
ason.
--
Thanks
Mark Phippard
http://markphip.blogspot.com/
: 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/
> 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.
>
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
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
>
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
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
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
t just be part of the package.
There is nothing especially difficult about distributing it.
Thanks
Mark
> 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
ors" or "ignore read-only" or even "remove
read-only"?
Many thanks
~ Mark C
> -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
> -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]
> >>
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
/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/
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
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
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/
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
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
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/
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
> 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
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/
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
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
> 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.
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
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
he same problem? Is this something I'm doing wrong,
or is it a bug?
Thanks
Mark
Disclaimer: http://www2.peralex.com/disclaimer.html
just
support this behavior by default though.
--
Thanks
Mark Phippard
http://markphip.blogspot.com/
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/
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
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
>
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
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
er than it ought to have been.
--
Thanks
Mark Phippard
http://markphip.blogspot.com/
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
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
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
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
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/
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
>
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.
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
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
601 - 700 of 935 matches
Mail list logo