Re: How to restore repositories from backup server

2025-01-17 Thread Johan Corveleyn
On Fri, Jan 17, 2025 at 1:27 PM Johan Corveleyn wrote: > > On Fri, Jan 17, 2025 at 7:24 AM Bo Berglund wrote: > ... > > -- > > $ svn --version: > > svn, version 1.14.2 (r1899510) > >compiled Jan 31 2023,

Re: How to restore repositories from backup server

2025-01-17 Thread Johan Corveleyn
On Fri, Jan 17, 2025 at 7:24 AM Bo Berglund wrote: ... > -- > $ svn --version: > svn, version 1.14.2 (r1899510) >compiled Jan 31 2023, 18:14:10 on aarch64-unknown-linux-gnu > ... > The following authentication credential caches are available:

Re: How to restore repositories from backup server

2025-01-09 Thread Johan Corveleyn
On Thu, Jan 9, 2025 at 1:26 PM Daniel Sahlberg wrote: ... > The only solution that will make sure you actually have a working sync is to > monitor that the sync script completes without errors. Maybe you could have a > script that looks for the svn:sync-lock property (something like svn proplist

Re: How to restore repositories from backup server

2025-01-07 Thread Johan Corveleyn
On Tue, Jan 7, 2025 at 10:48 AM Bo Berglund wrote: ... > I have also checked the commit emails for this repo and those show another set > of commits done for revs 4519 to 4528 between 2024-08-14-2024-12-01, which is > where the mirror should be now. But isn't > > > Command svn info on the *mai

Re: Incomplete checkout into empty directory, presence of nodes are 'server-excluded'

2024-09-13 Thread Johan Corveleyn
On Fri, Sep 13, 2024 at 3:27 PM Jörg Dalkolmo wrote: > > Hello Johan, > > Thanx a lot for your annotations. > Unfortunately I am not allowed, and for us there is no colleague available to > check the configuration on the SVN server if there are any path-based > authorization settings, and if yes

Re: Incomplete checkout into empty directory, presence of nodes are 'server-excluded'

2024-09-13 Thread Johan Corveleyn
On Fri, Sep 13, 2024 at 9:40 AM Jörg Dalkolmo wrote: > Hello Nathan! > > Thank you very much for the quick and very valuable answer. I had searched > the internet for ‚server-excluded‘ before and often ended up somewhere in the > subversion source code, where ‚authz‘ is mentioned, so your hint e

Re: [EXTERNAL] Re: svn checkout Hangs/Crashes/Succeeds Over HTTP

2024-05-27 Thread Johan Corveleyn
On Sat, May 25, 2024 at 12:12 AM Williams, James P. {Jim} (JSC-CD4)[KBR Wyle Services, LLC] via users wrote: > > > Den lör 11 maj 2024 kl 03:00 skrev Williams, James P. {Jim} (JSC-CD4)[KBR > > Wyle Services, LLC] via users : > > > You previously mentioned Subversion 1.14.1, is that on the server

Re: GUI interface to Subversion via web browser?

2024-05-24 Thread Johan Corveleyn
On Fri, May 24, 2024 at 3:18 PM Mark Phippard wrote: > On Fri, May 24, 2024 at 9:11 AM Johan Corveleyn wrote: > > What lots of people these days are looking for (myself included) is a > > modern "Code Forge" ... > > Beanstalk has always seemed like a solid ser

Re: GUI interface to Subversion via web browser?

2024-05-24 Thread Johan Corveleyn
On Wed, May 22, 2024 at 10:06 AM Bo Berglund wrote: > I am running an SVN server on an Ubuntu 20.04 LTS system and I have the Apache > connection so I can access it via its web interface. > > This works but is *very limited* in functionality, so I am looking for some > kind > of GUI interface tha

Re: [EXTERNAL] Re: svn checkout Hangs/Crashes/Succeeds Over HTTP

2024-05-15 Thread Johan Corveleyn
On Wed, May 15, 2024 at 12:41 AM Williams, James P. {Jim} (JSC-CD4)[KBR Wyle Services, LLC] via users wrote: > > From: Nico Kadel-Garcia > > Sent: Saturday, May 11, 2024 10:47 AM ... > > > I've tried with multiple repos of different sizes and ages. The > > smaller repo I mentioned has about 150

Re: [EXTERNAL] Re: Moved file resolution fails

2024-02-18 Thread Johan Corveleyn
On Thu, Feb 15, 2024 at 7:32 PM Sands, Daniel N. via users wrote: ... > On a further note, my real repo has 260 moves due to source tree > restructuring. There were 290 deletions. The current move detection > algorithm is an O(n^2) search to find all moves, where it ends up > querying the SVN se

Re: Moved file resolution fails

2024-02-18 Thread Johan Corveleyn
On Wed, Feb 14, 2024 at 11:00 PM Sands, Daniel N. via users wrote: > > > > Okay, I finally figured out how to trip up SVN: > > > > > > > I built my own experiment which I'll try to reconstruct here: > > > mkdir test > > > mkdir test/foo > > > mkdir test/foo/bar > > > mkdir test/baz > > > echo "a"

Re: Moved file resolution fails

2024-02-09 Thread Johan Corveleyn
On Mon, Feb 5, 2024 at 8:57 PM Sands, Daniel N. via users wrote: > > Oh yes, a lot has changed since 1.8 (which is EOL for a long time > > already). Actually, the major improvement came client-side in version > > 1.10, with the interactive tree conflict resolver [1]. This uses a > > lot > > of inf

Re: Moved file resolution fails

2024-02-02 Thread Johan Corveleyn
On Fri, Feb 2, 2024 at 10:18 AM Stanimir Stamenkov via users wrote: > > Fri, 2 Feb 2024, /Sands, Daniel N./: > > >> As far as I'm aware this is all client-side behavior - nothing to do with > >> the server. Resource move/rename > >> has always been recorded as a _Delete_ of the original path and

Re: Can't connect to github anymore

2024-01-13 Thread Johan Corveleyn
On Sat, Jan 13, 2024 at 8:28 PM roger21 wrote: > > hey there > > suddenly i can't connect to github anymore (svn update or svn checkout) > > i get the following error: > > svn checkout https://github.com/roger21/fract.git > svn: E170013: Unable to connect to a repository at URL > 'https://github.c

Re: Adjust revision in new repository

2023-09-01 Thread Johan Corveleyn
On Fri, Sep 1, 2023 at 2:47 PM Magnus Lyrberg wrote: > > On Fri, Sep 1, 2023 at 2:05 PM Yasuhito FUTATSUKI > wrote: > > > > Although it makes a bunch of dummy empty commit, a dump file contains > > empty revisions can increase youngest revision number keeping content > > of the tree empty. > > >

Re: Adjust revision in new repository

2023-09-01 Thread Johan Corveleyn
On Fri, Sep 1, 2023 at 11:05 AM Magnus Lyrberg wrote: > On Thu, Aug 31, 2023 at 4:51 PM Johan Corveleyn wrote: > > On Thu, Aug 31, 2023 at 2:21 PM Magnus Lyrberg > > wrote: > > > > > > Hello. > > > > > > I'm not subscribed so please CC

Re: Adjust revision in new repository

2023-08-31 Thread Johan Corveleyn
On Thu, Aug 31, 2023 at 2:21 PM Magnus Lyrberg wrote: > > Hello. > > I'm not subscribed so please CC me in any response. > > We have, most unfortunately and for historical reasons, > a very hard dependency on the revision number in subversion. > > Our current repository has become large and unwiel

Re: Maintaining a SVN 1.7 mirror without network access

2023-06-08 Thread Johan Corveleyn
On Thu, Jun 8, 2023 at 2:54 AM Colcord, Scott via users wrote: > > Thanks to all for their insights. > > On Saturday, June 3, 2023 2:41 PM, Andreas Stieger wrote: > > No you cannot do it in the way you described, and your approach is > > incorrect. Not for svn, but IT. > > Just to be clear, the s

Re: Property svn:ignore reported as inherited by svn proplist

2023-03-21 Thread Johan Corveleyn
On Mon, Mar 20, 2023 at 11:56 PM Daniel Sahlberg wrote: > > Den mån 20 mars 2023 kl 21:09 skrev Xsawer xsawer : >> >> Both are correct in my eyes, just the information, that svn:ingore is listed >> by svn propget/proplist when using parameter --show-inherited-props, is >> missing. I would write

Re: Subversion 1.14.1 and serf 1.3.9

2021-10-21 Thread Johan Corveleyn
On Thu, Oct 21, 2021 at 2:00 PM Daniel Sahlberg wrote: > > Den tors 21 okt. 2021 kl 13:39 skrev Tomasz Lubinski : >> >> I’m using Virtual SVN, server shows accepted connection with code 200. >> >> >> >> I’ve found the problem. There is a problem with zlib 1.2.11. I use zlib >> 1.2.7 (that was use

Re: SVN hook

2021-08-25 Thread Johan Corveleyn
On Wed, Aug 25, 2021 at 7:36 AM Philipp Mueller wrote: > Hello, > > I´m new to this topic and I have quite a hard time getting into programming > hooks for my problem. I need a hook which can distinguish between three > different user groups: > Group A: can do anything (delete tags and trunks, c

Re: message "disk I/O error" when TurtoiseMerge is open (after update) and another updating by script/batch is done

2021-07-13 Thread Johan Corveleyn
On Mon, Jul 12, 2021 at 10:32 PM Daniel Sahlberg wrote: > Den mån 12 juli 2021 kl 17:02 skrev Nathan Hartman : >> On Mon, Jul 12, 2021 at 6:44 AM Arbeiter Ansgar >> wrote: >>> >>> after update an repository, i normally check actual changes (with >>> TurtoiseMerge) so this tool and the update wi

Re: What is happening with a long merge with internet reliability

2021-06-25 Thread Johan Corveleyn
On Fri, Jun 25, 2021 at 12:54 AM John Abraham wrote: > > I have some internet reliability issues on some clients which seems to cause > a big problem with 'svn merge’. 'Svn checkout' seems to be ok, it will > either fail (and can be manually restarted) or it will continue. But 'svn > merge’ o

Re: Unexpected behavior of svn log -r BASE:HEAD

2021-06-03 Thread Johan Corveleyn
On Thu, Jun 3, 2021 at 6:28 AM Yasuhito FUTATSUKI wrote: > > > In article > > guillaume.brune...@gmail.com writes: > > Den ons 2 juni 2021 12:47Yasuhito FUTATSUKI skrev: > > > > > Hello, > > > > > > In article > > a-...@mail.gmail.com> > > > guillaume.brune...@gmail.com writes: > > > > > > > H

Re: How to Prevent SVN commits if the Valid number is not entered

2021-03-09 Thread Johan Corveleyn
On Tue, Mar 9, 2021 at 2:57 AM Kenneth Porter wrote: > > --On Monday, March 08, 2021 8:21 PM -0400 Phani Teja > wrote: > > > Hello i need help regarding SVN , how can i prevent if people do not enter > > with Letter DE followed by 3 or 4 number (e.g DE123 or DE1234) in svn log > > message while d

Re: Error report: wc_db.c line 10238: assertion failed (svn_dirent_is_absolute(local_abspath))

2020-08-19 Thread Johan Corveleyn
On Wed, Aug 19, 2020 at 10:38 AM Alessandro Garberi wrote: > > Hello, > I received this error using TortoiseSVN Project Monitor (latest TortoiseSVN > version 1.14.0) on Windows 7 64-bit fully updated. > I found a similar report, so I replied to it. > > Probably this is the condition: > - using a

Re: SVN 1.4 doesn't run on Windows 2019 core

2020-07-14 Thread Johan Corveleyn
On Mon, Jul 13, 2020 at 11:16 PM Neil Sleightholm wrote: > On 2020/07/13 15:17:07, Neil Sleightholm wrote: > > Your operating system> > > Windows 2019 Core (Version 10.0.18363.900)> > > > > The release and/or revision of Subversion> > > svn, version 1.14.0 (r1876290)> > > compiled May 24 2020, 17

Re: maybe a bug

2020-05-14 Thread Johan Corveleyn
On Thu, May 14, 2020 at 10:30 AM lu chengwei wrote: > > --- > Subversion Exception! > --- > Subversion encountered a serious problem. > Please take the time to report this on the Subversion mailing list > with as much information as possible about wh

Re: SVN Server migration to a new server

2020-05-12 Thread Johan Corveleyn
On Tue, May 12, 2020 at 1:00 PM Dheeraj wrote: > > Hi All > > I did SVN server migration from RHEL 6 to RHEL 7 and migrated the repos. > Also DNS entry is changed so that alias points to the news server. When I > did svn up from an existing setup, I got below error. > > svn: E175002: Unable to c

Re: commit failed due to "backwards-sliding source views" - what do I do?

2020-04-29 Thread Johan Corveleyn
On Wed, Apr 29, 2020 at 12:11 PM Daniel Shahaf wrote: > > Johan Corveleyn wrote on Wed, 29 Apr 2020 11:04 +0200: > > On Wed, Apr 29, 2020 at 7:14 AM Chaya wrote: > > > > > > 1. Unfortunately, it's not a public repository. > > > 2. The SVN project repo

Re: commit failed due to "backwards-sliding source views" - what do I do?

2020-04-29 Thread Johan Corveleyn
On Wed, Apr 29, 2020 at 7:14 AM Chaya wrote: > > 1. Unfortunately, it's not a public repository. > 2. The SVN project repo is actually file based. So I had to convert it to > svn protocol before cloning to git. > 3. Using latest version of svn (version 1.13.0 (r1867053)) and git ( version > 1.13.0

Re: commit failed due to "backwards-sliding source views" - what do I do?

2020-04-28 Thread Johan Corveleyn
On Tue, Apr 28, 2020 at 8:16 AM Chaya wrote: > > Has anyone found solution to this problem? > I am getting this error while running git svn fetch command. > Tried many things to solve this issue, but no luck. > If anyone has found solution , it would be very helpful if you post it here. > Thanks!

Re: Who else is using SVN for large-binary-asset storage?

2020-04-25 Thread Johan Corveleyn
On Sat, Apr 25, 2020 at 11:18 AM Daniel Shahaf wrote: > > Karl Fogel wrote on Fri, 24 Apr 2020 13:43 -0500: > > On 24 Apr 2020, Mark Phippard wrote: > > >I think this would be a good idea in that it might be one of the last > > >remaining niches where SVN is a better tool for the job than a DVCS.

Re: subversion exception on subversion repository viewer

2020-04-15 Thread Johan Corveleyn
On Wed, Apr 15, 2020 at 1:42 PM Brian Thomas wrote: > We're long time svn users. We recently upgraded from > > C:\Windows\System32>svn --version > svn, version 1.9.5-SlikSvn (SlikSvn/1.9.5) >compiled Dec 2 2016, 22:16:15 on x86_64-microsoft-windows6.2.9200 > > to this: > > C:\Program Files\T

Re: svn:ignore of checked in files and commit

2020-04-15 Thread Johan Corveleyn
On Wed, Apr 15, 2020 at 2:03 PM Attila Kinali wrote: > > On Wed, 15 Apr 2020 13:53:07 +0200 > Branko Čibej wrote: > > > I don't remember svn:ignore *ever* working the way you describe. Can you > > tell us which version of Subversion you were using? Are you absolutely > > sure it wasn't modified t

Re: Preferred Subversion 1.13 MPM

2020-04-15 Thread Johan Corveleyn
On Tue, Apr 14, 2020 at 10:25 AM Carmen Alzzer wrote: > > helo friends, > while this is still hot on here - can you please tip in how your MPM are > handled? also if you have thoughts upon reading my setup, i would be > delighted to hear from you :) > > cheers > Carmen Hi Carmen, [ Sidenote: we

Re: SVN Server migration to a new server

2020-04-14 Thread Johan Corveleyn
On Tue, Apr 14, 2020 at 11:36 AM Dheeraj wrote: > > Hi Johan > > Thanks for the update. I have taken care of the hooks and configuration, > probably I missed the locks part. > I will have a look into it. > I was thinking since the IP address is changing will it cause any issue > during Checkout

Re: Tortoize svn Error

2020-04-14 Thread Johan Corveleyn
On Tue, Apr 14, 2020 at 9:27 AM wrote: > > Hello > > I use tortoise svn > > When I try to edit excel file > I can't open file and this error massage > > Please tell me solution > > > --- > Subversion Exception! > --- > Subversion は深刻な問題に遭遇しました。 > 下記

Re: SVN problem when trying to edit a file

2020-04-14 Thread Johan Corveleyn
On Mon, Apr 13, 2020 at 3:58 PM Levan Katsadze - EP wrote: > > Hello, I have a problem on using SVN. Previous version worked fine, but this > new version does not let me edit any file. > I click on "edit" and the error window jumps up (screenshots attached). Hi Levan, I'm pasting the error here

Re: SVN Server migration to a new server

2020-04-14 Thread Johan Corveleyn
On Tue, Apr 14, 2020 at 9:28 AM Dheeraj wrote: > > Hi > > I have upgraded my SVN from RHEL 6 to RHEL 7 to a new server. > I still have RHEL 6 server in production and have an DNS alias named > svn-server poditing to the old server. My plan is to do a SVN dump of repos > from old server and load

Re: Tab completing URL arguments in the shell (was: Re: Automatically supply the origin URL in svn merge)

2020-03-27 Thread Johan Corveleyn
On Thu, Mar 26, 2020 at 10:36 PM Daniel Shahaf wrote: > > Stefan Sperling wrote on Thu, 26 Mar 2020 21:02 +00:00: > > The ultimate goal here is to allow users to type less characters when > > starting merges. Scripting tab-completion for SVN URL arguments into > > your favourite shell would also b

Re: "svn diff -c" behavior on file copy from an old revision

2019-11-22 Thread Johan Corveleyn
On Thu, Nov 21, 2019 at 3:09 PM Vincent Lefevre wrote: > On 2019-11-20 15:21:22 +0100, Johan Corveleyn wrote: > > Vincent Lefevre also wrote: > > >> Note: "svn cat -r... file2" or "svn cat -r... file2@3" also shows a > > >> similar behavior: &g

Re: "svn diff -c" behavior on file copy from an old revision

2019-11-20 Thread Johan Corveleyn
On Tue, Nov 19, 2019 at 4:53 PM Nathan Hartman wrote: > > On Mon, Nov 18, 2019 at 4:44 AM Vincent Lefevre > wrote: >> >> I have the following issue with svn 1.10.6: >> >> Assume that I committed "file1" at revision 1, did some unrelated >> change at revision 2, and for revision 3, copied "file1@

Re: Need help in importing Perforce dump in to SVN

2019-09-18 Thread Johan Corveleyn
On Wed, Sep 18, 2019 at 8:01 AM Shilp, Kumar wrote: > Hi, > > We are trying to import Perforce dump in to SVN but we are hitting ‘checksum > mismatch’ error. Can someone please let me know what could be the issue here > and how can we resolve it? > > Error snippet: > > C:\>svnadmin load --force-

Re: svn-crash-log20190911192859

2019-09-13 Thread Johan Corveleyn
On Thu, Sep 12, 2019 at 7:50 AM 明日 <421810...@qq.com> wrote: > > Hello: When I was restoring svn backup, the following error occurred > svnadmin:E200014:Checksm mismatch for > excepted:d6a8b3bcfe071aa3431bd60189488082 > actual:2dcf50751688e0e9648010f752129672 > Therefore, I would like to ext

Re: Breaking svnsync mirrors

2019-09-06 Thread Johan Corveleyn
On Fri, Sep 6, 2019 at 1:53 PM Branko Čibej wrote: > > On 06.09.2019 13:23, Grierson, David (Lead Engineer) wrote: > > Hi, > > > > We're in the process of migrating & upgrading our Subversion installation. > > In doing so we're encountering a handful of repos which were impacted by > > issue 412

Re: svn x-shelve gives E200014: Checksum mismatch

2019-08-30 Thread Johan Corveleyn
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-shelve shelf1 > >> > >> I get the following output: &g

Re: svn x-shelve gives E200014: Checksum mismatch

2019-08-29 Thread Johan Corveleyn
On Wed, Jul 31, 2019 at 7:20 AM Mark P. wrote: > > Good day, > > I'm trying to use svn x-shelve on Windows, both via TortoiseSVN and via > the command line client, and I'm getting the above error. I'm using > subversion version 1.12.2 everywhere. I'm accessing the repositories > using svn:// > >

Re: Remote renames create subtree mergeinfo

2019-08-27 Thread Johan Corveleyn
On Wed, Aug 21, 2019 at 6:55 PM Bryce Schober wrote: > > I just noticed that whenever we do a remote rename (from URI to URI, as > opposed to in a working copy), svn add mergeinfo that didn't exist before. It > doesn't do this for renames in a working copy. Is this by design, or by > accident?

Re: Questions about a script for regular backups

2019-08-27 Thread Johan Corveleyn
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 >> --incremental hotcopy. With the destination on the same >> machine's HDD, it takes about two seconds, but with a >> network s

Re: svn status and info slowness when multiple files are passed as args

2019-06-27 Thread Johan Corveleyn
On Wed, Jun 26, 2019 at 9:33 AM Thuan Seah Tan wrote: > > Apologies for the delay on this issue. I did more testing and the following > was my findings: > > svn info -r HEAD "svn://mysvnserver/1.10/test.txt" "svn:// name>/1.10/test2.txt" <-- slow > svn info -r HEAD "svn://192.168.1.123/1.10/test.

Re: svn status and info slowness when multiple files are passed as args

2019-06-13 Thread Johan Corveleyn
On Thu, Jun 13, 2019 at 1:59 PM Thorsten Schöning wrote: > > Guten Tag Thuan Seah Tan, > am Donnerstag, 13. Juni 2019 um 09:25 schrieben Sie: > > > [...]I also tried running 'info -r HEAD' on files > > that are checked out on the PC that the server was running, and it > > is just as slow. Both the

Re: svn status and info slowness when multiple files are passed as args

2019-06-05 Thread Johan Corveleyn
On Wed, Jun 5, 2019 at 4:15 AM Thuan Seah Tan wrote: > > Thanks for the response. I did more testing on the 1.12.0 server, and it > seems it's only those command options that I think would require querying the > server is experiencing the slow down: > > e.g. > svn status --show-updates directory

Re: svn status and info slowness when multiple files are passed as args

2019-06-04 Thread Johan Corveleyn
On Tue, Jun 4, 2019 at 7:35 AM Thuan Seah Tan wrote: > > Wondering if anyone has experienced slowness when running commandline svn if > multiple files are passed to svn status or svn info? > > For example: > svn status directory/file1.txt directory/file2.txt directory/file3.txt > > In my tests, t

Fwd: V3 shelves slower than expected

2019-05-14 Thread Johan Corveleyn
Hi, FYI: on the tortoisesvn users mailinglist some people reported slowness of "shelves V3", compared to V1 and V2. I thought this might be interesting to users@s.a.o in general, because I'm guessing this problem is not specific to TortoiseSVN. I haven't tried to reproduce it on the commandline m

Re: SVN server ( (28)No space left on device: AH00023: Couldn't create the watchdog-callback mutex )

2019-05-10 Thread Johan Corveleyn
On Fri, May 10, 2019 at 9:14 AM Venkatakrishna Thumma wrote: > Hi Team, > > Sometimes our SVN servers is going down and if we verify the logs we are > seeing below issue. But server has enough space. > > Can someone please help us in resolving the issue. > > > [Mon Feb 18 03:36:05.063291 2019] [a

Re: Same level externals not possible

2019-05-07 Thread Johan Corveleyn
On Tue, May 7, 2019 at 2:33 PM Osipov, Michael wrote: > > > > Am 2019-05-07 um 14:20 schrieb Branko Čibej: > > On 07.05.2019 13:53, Osipov, Michael wrote: > >> Hi folks, > >> > >> consider the following layout we need to solve for our legacy build: > >> > >> . > >> |-- forms > >> |-- src > >> \--

Re: Subversion Exception svn_relpath_is_canonical in ra_loader.c

2019-05-02 Thread Johan Corveleyn
On Tue, Apr 30, 2019 at 9:28 PM Eliot, Christopher wrote: > I am not subscribed to this mailing list. If you need to reach me, please CC > me explicitly at christopher.el...@nagrastar.com Hi Christopher, > Running TortoiseSVN1.10 (r28148). > > Accessing SVN repository as https://ndev-svn01/svn

Re: I need a decoder ring for the qacct output

2019-04-25 Thread Johan Corveleyn
On Thu, Apr 25, 2019 at 3:24 AM Mun Johl wrote: > > Hi, > > I'm using 'qacct -P' in the hope of tracking metrics on a per project > basis. I am getting data out of qacct, however I don't fully comprehend > what the data is trying to tell me. > > I've searched the man pages and web for definitions

Re: EXTERNAL: Re: svn version 1.10 lack of robustness in presence of flaky network

2019-04-24 Thread Johan Corveleyn
On Wed, Apr 24, 2019 at 12:41 PM Marlow, Andrew wrote: > -Original Message- > From: Johan Corveleyn ... > > Where are you checking out your software? Is it on a local disk? > Yes. Okay, then there must be something strange with this local disk; or a second process is i

Re: EXTERNAL: Re: svn version 1.10 lack of robustness in presence of flaky network

2019-04-24 Thread Johan Corveleyn
On Wed, Apr 24, 2019 at 11:51 AM Marlow, Andrew wrote: > > Sorry everyone, I mis-spoke below. While looking at this issue I was also > filing a bug report on the maven jar signing plugin, which also has a problem > when the network is flaky. That is the thing that was calling out to the > times

Re: svn version 1.10 lack of robustness in presence of flaky network

2019-04-23 Thread Johan Corveleyn
On Mon, Apr 22, 2019 at 9:22 AM Marlow, Andrew wrote: > Hello everyone, > > I got this error below during an svn co command. It left my workspace in a > bad state from which I had to do svn cleanup before trying again (the retry > worked): > > svn: E200033: Another process is blocking the workin

Re: Getting a diff file from java svnkit

2019-04-23 Thread Johan Corveleyn
On Sun, Apr 21, 2019 at 12:22 PM Sharma,Deepank wrote: > > I’m stuck on the same thing for the past few days. Could you tell me how you > got the solution to this? It’ll be a great help. Hi, Svnkit is a separate project (a pure Java re-implementation SVN), and is not maintained by the Apache Su

Re: Understand call stack of subversion

2019-04-11 Thread Johan Corveleyn
On Tue, Apr 9, 2019 at 10:06 AM Ranade, Tanvi wrote: > > Hi , > > I am new to programming. I am asked to extend libsvn_fs to create new > implementation for sqlite. So far , I have read the code , checked out and > built subversion and went through schema of tables mentioned in berkeley DB > im

Re: E175012 and E175002 when trying to commit

2019-04-03 Thread Johan Corveleyn
On Tue, Apr 2, 2019 at 10:20 PM Daniel Shahaf wrote: > > Christoph Vogtländer wrote on Tue, 02 Apr 2019 09:02 +00:00: > > This is reproducible. Running with de_DE.UTF-8 (my default LANG), svn > > will try to submit the change but runs into a time-out. Running with > > en_GB.UTF-8, svn fails with e

Re: RE: svn log -r based on a start date suddenly no longer returns any revisions

2019-04-01 Thread Johan Corveleyn
On Mon, Apr 1, 2019 at 9:58 AM Andreas Stieger wrote: > > Nate Kerkhofs wrote: > > [...] this repo does not have monotonically increasing dates [...] > > > The appropriate way to fix this would most likely be to simply create a new > > svn repository from scratch > > Actually you could set the sv

Re: Subversion Exception!

2018-12-12 Thread Johan Corveleyn
On Mon, Dec 10, 2018 at 9:47 AM Peta Miller wrote: > > Hello, > > > > i got following exception at trying to start the tortoisesvn Project Monitor > with a doubleclick on the tray icon. > > System: WIN 10, Build 15063 > > --- > Subversion Exception! > -

Re: Subversion Exception!

2018-12-12 Thread Johan Corveleyn
On Mon, Dec 10, 2018 at 1:04 PM wuzhouhui wrote: > > Let me translate it for English people. > > > > >-Original Messages- > >From:"为呐☆而狂" > >Sent Time:2018-12-09 01:01:49 (Sunday) > >To: users > >Cc: > >Subject: [CASS SPAM]Subversion Exception! > > > >Hello: > > > > I installed Tortoise

Re: Check Path based authorization

2018-12-12 Thread Johan Corveleyn
On Wed, Dec 12, 2018 at 9:28 AM Stuempfig, Thomas wrote: > > Hi Brane, > > sorry i cannot post the contents of VisualSVN-WinAuthz.ini file since it is > company security related. > I will take some time to setup a separate Demo LDAP, but this will take some > time. > > But basically my observati

Re: SVN crashing

2018-11-27 Thread Johan Corveleyn
On Tue, Nov 27, 2018 at 8:51 AM Ramesh Belli wrote: > > Hi Sir, > > SVN is crashing when I try to download from the trunk. > > Can you please point me to the right solution. Hi Ramesh, I see that you're using version 1.8.9 of SVN, which is quite old, and not supported anymore. So the first thing

Re: Filesystem corrupt issue in repo

2018-11-07 Thread Johan Corveleyn
On Wed, Nov 7, 2018 at 2:05 PM Dennis Jakobsen wrote: > > Hi, > > I have a repo that returns no errors with 'svnadmin recover' or > 'svnadmin verify', but dumping and loading into a new repo gives me: > svnadmin: E160004: Filesystem is corrupt > svnadmin: E200014: Checksum mismatch while reading r

Re: Re[2]: Subversion Exception on commit wirth pathfile

2018-10-26 Thread Johan Corveleyn
t; On 18 October 2018, 13:25:09 Bert Huijben wrote: >> On Thu, Oct 18, 2018 at 12:13 PM Johan Corveleyn wrote: >>> On Thu, Oct 18, 2018 at 11:34 AM Yakov Maryanov wrote: >>>> >>>> Hello! >>>> >>>> I execute command: >>>> >&

Re: a issue of --include' and '--exclude' options on 'svnadmin dump'

2018-10-16 Thread Johan Corveleyn
On Tue, Oct 16, 2018 at 11:56 AM 钱海远(Nathan) wrote: > Dear Sir, > > > > During I am testing the -include' and '-exclude' options on 'svnadmin > dump' , I found that if I copy a non-include file, the dump result is to > add a file with file content; But if the copy is a non-include directory, >

Re: svndumpfilter and svnsync?

2018-10-10 Thread Johan Corveleyn
On Wed, Oct 10, 2018 at 11:18 AM Chris wrote: ... > >>> The syntax I used: svnadmin dump -q MYREPO | svndumpfilter exclude > >>> --targets filterfile filterdump svnadmin load -q --no-flush-to-disk > >>> --force-uuid -M 2048 --bypass- prop-validation ./NEWREPO < filterdump > >>> > >>> (I had to use

Re: svndumpfilter and svnsync?

2018-10-10 Thread Johan Corveleyn
On Wed, Oct 10, 2018 at 9:16 AM Ryan Schmidt wrote: > > > > On Oct 10, 2018, at 02:04, Chris wrote: > > > I've trawled through bad commits of data files in our repo and added such > > paths to a filter file that I'm using for svndumpfilter to get a > > reasonably-looking dump. In most cases, the

Re: svndumpfilter and svnsync?

2018-10-04 Thread Johan Corveleyn
On Thu, Oct 4, 2018 at 3:03 PM Chris wrote: > > (apologies for the top-posting, I really need to stop using this yahoo web > interface which is useless with quoting) > > Thanks for all the replies. I'll try out what you outlined. There are > unfortunately problems outside of my control that make

Re: svndumpfilter and svnsync?

2018-10-04 Thread Johan Corveleyn
On Thu, Oct 4, 2018 at 2:33 PM Daniel Shahaf wrote: > > Ryan Schmidt wrote on Thu, 04 Oct 2018 06:04 -0500: > > On Oct 4, 2018, at 02:32, Chris wrote: > > > I figured using svnsync to get the "cleaned repo" up to date with the > > > changes on the "live repo", but a note in the svnsync documentat

Re: Svn-Checkout with externals

2018-10-01 Thread Johan Corveleyn
On Mon, Oct 1, 2018 at 6:19 PM von Schoenebeck, Florian wrote: > Hi, > we are using Apache Subversion 1.9.3 on our Ubuntu-16.04 – Server. (svn-repos > with format 5 (svn-1.7.3)) > With TeamCity and svnKit 1.9.2 we have problems to check out projects which > uses svn:externals. > The checkout nor

Re: Jira Subversion Integration Using Fisheye

2018-10-01 Thread Johan Corveleyn
On Mon, Oct 1, 2018 at 10:43 AM Surbhi Kaushik wrote: > Hi Team, > > This is regarding Jira Subversion integration using Fisheye application. > Below are the version details being used. > > Jira: 7.9.0 > Subversion: 1.8 > Fisheye: 4.5.3 > > Issue: While indexing Subversion repositories through Fi

Re: Error report: wc_db.c line 1648: assertion failed (SVN_IS_VALID_REVNUM(changed_rev))

2018-09-05 Thread Johan Corveleyn
On Thu, Aug 23, 2018 at 8:53 PM Nathan Hartman wrote: > On Thu, Aug 23, 2018 at 9:46 AM Christoph Hannebauer > wrote: >> I have not subscribed to the users mailing list, so please CC me in this >> thread. >> >> My SVN crashed with this error message: >> 'D:\Development\SVN\Releases\TortoiseSVN-

Re: Erroneous "diff --summarize" output?

2018-09-05 Thread Johan Corveleyn
On Wed, Aug 8, 2018 at 9:27 AM Chris wrote: > > I just noticed some strange output from diff --summarize that to me looks > like a bug, but I'm not sure. > What I'm doing is that I'm changing a file in a subdirectory, committing it > and then reverse-merging that change so I'm back to the same c

Re: Error report: wc_db.c line 10238: assertion failed (svn_dirent_is_absolute(local_abspath))

2018-09-05 Thread Johan Corveleyn
On Fri, Aug 3, 2018 at 11:59 AM Lukner, Benjamin wrote: > > Hi, > > I couldn’t find an error report for that code line so I’d like to report it. > > I’m using TortoiseSVN-1.10.1.28295-x64-svn-1.10.2 on a german Win7 SP1 Pro > 64Bit with latest patches. > > I opened the log of a checked-out projec

Re: Checksum Mismatch error on check out or export

2018-09-05 Thread Johan Corveleyn
On Thu, Aug 16, 2018 at 8:25 AM Shakti Bansal wrote: > Dear Team, > > I am facing the checksum mismatch error while performing check out or export > from SVN. Error is coming when we are checking out folders with large data. > > PFB the snapshot for your reference and provide support for the same

Re: Wildcard bug? Or user error?

2018-09-03 Thread Johan Corveleyn
On Sun, Sep 2, 2018 at 11:10 PM Nathan Hartman wrote: > > Has there been a recent change to how wildcards (the asterisk '*') is > treated under Windows? > > I am using command line client 1.10.2 r1835932 as installed with > TortoiseSVN 1.10.1, Build 28295 - 64 Bit , 2018/07/15 12:14:12, on > Windo

Re: Problem report: low priority

2018-08-02 Thread Johan Corveleyn
On Thu, Aug 2, 2018 at 7:30 AM, Lulek.Branislav wrote: > Hello, > > as dialog window directs me to post error window text to mailing list, I do > so: > > Best Regards, > Branislav Lulek – Software developer Hi Lulek, Thank you for the report. Summarizing in plain text: When opening the Tortois

Re: Subversion 1.10.x and svnkit compatibility?

2018-07-29 Thread Johan Corveleyn
On Fri, Jul 20, 2018 at 6:14 PM, Reuben Popp wrote: > Greetings to all, > > Can anyone tell me if svnkit is compatible with subversion 1.10.x? Or if > there's a particular svnkit dev branch that's in the works, so to speak? > I've attempted mailing both the svnkit mailing lists themselves as well

Re: svn-win32.18.13_dev

2018-07-29 Thread Johan Corveleyn
On Thu, Jul 26, 2018 at 7:22 AM, Andreas Friedrich wrote: > > Hello, > > I use the lib files of svn-win32.18.13_dev. When I call the function > svn_client_version(), I get 1.7.5 as a result. > Is it possible, that the lib files belong to an older version than 1.8?> > When I checkout files with th

Re: Http authentication

2018-07-19 Thread Johan Corveleyn
On Thu, Jul 19, 2018 at 12:15 PM, Felix E. wrote: > > > On 2018/07/18 14:45:38, Branko Čibej wrote: >> On 18.07.2018 15:38, Essig Felix wrote:> >> >> >> > Hi,> >> >> >> > > >> >> >> > I have a question about the http authentication when using the> >> > subversion api 1.8.13.> >> >> >> > For exam

Re: SSL handshake failed: SSL alert received

2018-07-11 Thread Johan Corveleyn
[ If possible, this list prefers bottom-posting / inline replies in plain text. More below ... ] On Wed, Jul 11, 2018 at 10:07 PM, Brandon L. Wisenburg wrote: > Hi Johan, > Yes, I edited out the actual domain. I can hit the URL via a browser and get > prompted for a password. The SSL Cert also c

Re: SSL handshake failed: SSL alert received

2018-07-11 Thread Johan Corveleyn
On Wed, Jul 11, 2018 at 5:32 PM, Brandon L. Wisenburg wrote: > Greetings List, > I am getting an error when attempting to svn update. > > svn update > svn: OPTIONS of 'https://domain/src': SSL handshake failed: SSL alert > received: Handshake failed (https://www.domain.com) > > Odd part is I am no

Re: Subversion Exception

2018-07-11 Thread Johan Corveleyn
On Wed, Jul 11, 2018 at 5:06 PM, Jeff Dege wrote: > I’m seeing a repeatable exception. > > > > If within TortoiseSVN Project Monitor, if I select “Show Range” and then > pick a Date Start Revision a couple of weeks back and an End Revision of > HEAD, I get an exception. (Picking an Date End Revis

Re: Subversion server

2018-07-06 Thread Johan Corveleyn
On Thu, Jul 5, 2018 at 5:22 PM, Daniel Shahaf wrote: > Johan Corveleyn wrote on Thu, 05 Jul 2018 11:53 +0200: >> I do think it would be a great feature though, to have --include and >> --exclude options (with glob-like syntax, like our recent --search >> option for 

Re: Subversion server

2018-07-05 Thread Johan Corveleyn
On Tue, Jul 3, 2018 at 4:32 PM, Bellamy Baron wrote: > Does anyone know of a way to export a directory directly from a subversion > server and exclude certain filetypes? Not as far as I know. If you are using TortoiseSVN, maybe something can be done with client-side hook scripts [1], for example

Re: svn password prompt hanging in PowerShell

2018-07-02 Thread Johan Corveleyn
> > David > > Get Outlook for iOS > > From: David Gardiner > Sent: Saturday, June 30, 2018 9:45:57 PM > To: Johan Corveleyn > Cc: Subversion > Subject: Re: svn password prompt hanging in PowerShell > > Thanks for your help, I've raise it with

Re: SVN patch issue with property changes

2018-06-29 Thread Johan Corveleyn
On Fri, Jun 29, 2018 at 10:34 AM, Branko Čibej wrote: > On 28.06.2018 22:08, Julian Foad wrote: >> Philip Martin wrote: >>> Julian Foad writes: Julian Foad wrote: > The bug seems to be that 'svn patch' fails to apply any patch of > this form, that tries to change a property value fro

Re: svn password prompt hanging in PowerShell

2018-06-29 Thread Johan Corveleyn
On Fri, Jun 29, 2018 at 6:25 AM, David Gardiner wrote: > A couple of observations: > > I downloaded the visualsvn build as suggested, and that appears to work > without issue > Using the tortoisesvn svn.exe, I also had a merge conflict while running > 'svn update' and the prompt for resolve the co

Re: SVN patch issue with property changes

2018-06-28 Thread Johan Corveleyn
On Wed, Jun 27, 2018 at 1:07 PM, Dipu H wrote: > Hi Team, > > I have a patch with svn property changes as below: > > dipuh@contrail-ubm-MADHUS:/tmp/tests$ svn diff xpathleak.py > Index: xpathleak.py > === > --- xpathleak.py (revision

Re: svn password prompt hanging in PowerShell

2018-06-27 Thread Johan Corveleyn
On Wed, Jun 27, 2018 at 3:13 AM, David Gardiner wrote: > Sorry, just to clarify.. I just tried using cmd.exe and that had the same > problem - so not just a PowerShell problem. > > Running Windows 10 1803 (17134.112) > > On 27 June 2018 at 10:39, David Gardiner wrote: >> >> I downloaded the lates

Re: Change svn:mergeinfo property on an old revision of the repository (history) which has an invalid syntax

2018-06-22 Thread Johan Corveleyn
On Fri, Jun 22, 2018 at 12:43 PM, Torsten Krah wrote: > Hi, > > unfortunately trying to svnsync a repository i discovered that there is > an invalid revision in the repository having a wrong svn:mergeinfo > property, instead of > > 1280-1282 it has 1282-1280 > > "Commit rejected because mergeinfo

  1   2   3   4   5   6   7   8   >