Re: svn: E120171: Error running context: An error occurred during SSL communication

2025-06-16 Thread Pavel Lyalyakin via users
On Sat, 14 Jun 2025 at 21:39, Graham Leggett via users < users@subversion.apache.org> wrote: > On 14 Jun 2025, at 16:52, Branko Čibej wrote: > > That error comes from Serf; and there's no more descriptive message > available. Looking at the code, this happens when somet

Re: svn: E120171: Error running context: An error occurred during SSL communication

2025-06-14 Thread Graham Leggett via users
On 14 Jun 2025, at 16:52, Branko Čibej wrote: > That error comes from Serf; and there's no more descriptive message > available. Looking at the code, this happens when something goes badly wrong > with the network; it can't be the result of something the server se

Re: svn: E120171: Error running context: An error occurred during SSL communication

2025-06-14 Thread Branko Čibej
On 14. 6. 25 16:00, Graham Leggett wrote: Hi all, Is there a way to get a more descriptive error message than "An error occurred"? That error comes from Serf; and there's no more descriptive message available. Looking at the code, this happens when something goes badly

svn: E120171: Error running context: An error occurred during SSL communication

2025-06-14 Thread Graham Leggett via users
Hi all, Is there a way to get a more descriptive error message than "An error occurred"? Regards, Graham --

Got the error "svndiff contains corrupt windows header" when commit large file (5GB) twice

2024-11-28 Thread dingjun.y...@rd.visionmc.com
Hi, I commit a large file (5GB) at the first time, then I made some modification, then I commit the modified file into svn, I got the error "svndiff contains corrupt windows header", can anyone help me resolve it? thanks. I used the 1.14.2 version. Thanks. 杨定均

Re: Fwd: SVN error massage (cleanup.c)

2024-11-19 Thread Andreas Stieger
On 2024-11-19 09:21, juhee heo wrote: -Blue screen error message: "IRQL_NOT_LESS_OR_EQUAL", "amoncdw8.sys" AhnLab Network Filter Driver, Level 4 (AMD64) See if can update or remove this security product. Nothing that userspace does should be able to crash the system. Andreas

Fwd: SVN error massage (cleanup.c)

2024-11-19 Thread juhee heo
-- Forwarded message - 보낸사람: juhee heo Date: 2024년 11월 19일 (화) 오후 5:13 Subject: SVN error massage (cleanup.c) To: Hello, I often get a blue screen when receiving updates. This mostly happens when there are a lot of files receiving updates, and when you clean up after rebooting

strange switch error if folder is external but in the new repo is versioned as normal folder

2024-09-02 Thread Sterpu, Mihai
B then we get an "An obstructing working copy was found" error and there is no "test" folder. Expected behaviour: If we are initially on branchA and we switch to branchB then no error should be reported and in the working copy, folder "test" should have the contents of &

RE: [EXTERNAL] Re: svnsync Error About Disallowed "non-regular" Property

2024-08-17 Thread Williams, James P. {Jim} (JSC-CD4)[KBR Wyle Services, LLC] via users
Den fre 16 aug. 2024 kl 18:37 skrev Williams, James P. {Jim} (JSC-CD4)[KBR Wyle Services, LLC] via users mailto:users@subversion.apache.org>>: I sort of did that before posting, but results depend on how and where I ask. # remote host, http:// finds nothing remote-host> svn propget --revpr

Re: [EXTERNAL] Re: svnsync Error About Disallowed "non-regular" Property

2024-08-17 Thread Daniel Sahlberg
Den fre 16 aug. 2024 kl 18:37 skrev Williams, James P. {Jim} (JSC-CD4)[KBR Wyle Services, LLC] via users : > I sort of did that before posting, but results depend on how and where I > ask. > ># remote host, http:// finds nothing >remote-host> svn propget --revprop -r 0 svn:entry:committed-

RE: [EXTERNAL] Re: svnsync Error About Disallowed "non-regular" Property

2024-08-16 Thread Williams, James P. {Jim} (JSC-CD4)[KBR Wyle Services, LLC] via users
> From: Andreas Stieger > Sent: Friday, August 16, 2024 4:08 AM > > When I run the following on a number of my SVN repos, > > > >% svnsync initialize file:///my/mirror file:///my/original > > > > I get this error. > > > >s

Re: svnsync Error About Disallowed "non-regular" Property

2024-08-16 Thread Andreas Stieger
On 2024-08-16 00:58, Williams, James P. {Jim} (JSC-CD4)[KBR Wyle Services, LLC] via users wrote: When I run the following on a number of my SVN repos,    % svnsync initialize file:///my/mirror file:///my/original I get this error.    svnsync: E165002: Storage of non-regular property

svnsync Error About Disallowed "non-regular" Property

2024-08-15 Thread Williams, James P. {Jim} (JSC-CD4)[KBR Wyle Services, LLC] via users
When I run the following on a number of my SVN repos, % svnsync initialize file:///my/mirror file:///my/original I get this error. svnsync: E165002: Storage of non-regular property 'svn:entry:committed-date' is disallowed through the repository interface, and could indicat

ASCII control characters returned in commit hook error string cause XML error

2024-08-08 Thread Franz Sirl
Hi, a simple pre-commit hook like: ``` #!/bin/bash /bin/echo -e '-\x0c-' >&2 exit 1 ``` causes the following error messages on the client: ``` svn: E175002: Commit failed (details follow): svn: E175002: Unexpected server error 500 'Internal Server Error' on

Re: Error | svnauthz: E220003: Section appears more than once in the authz file: [groups]

2024-04-22 Thread Doug Robinson
On Fri, Apr 19, 2024 at 3:32 PM BK wrote: > If the parser behaves like this in version 1.14, I take it as a given. > I would be interested to know the reasons for this change? > The parsing change was actually made in 1.10. It was done in order to implement "wildcarding" in path-based AuthZ [0].

Re: Error | svnauthz: E220003: Section appears more than once in the authz file: [groups]

2024-04-19 Thread BK
If the parser behaves like this in version 1.14, I take it as a given. I would be interested to know the reasons for this change? From the per repository point of view it didn't really help the clarity. But maybe there are more important reasons for the change. Unfortunately, I don't have the expe

Re: Error | svnauthz: E220003: Section appears more than once in the authz file: [groups]

2024-04-18 Thread Daniel Sahlberg
gt; Am 17.04.24 um 14:16 schrieb Pavel Lyalyakin: > > On Wed, 17 Apr 2024 at 15:08, BK wrote: > > Hello, > > After the change from Subversion 1.8 to 1.14 on my server > the access rights definitions in the svn_access_file > no longer work. > The following error message

Re: Error | svnauthz: E220003: Section appears more than once in the authz file: [groups]

2024-04-17 Thread BK
2024 at 15:08, BK wrote: Hello, After the change from Subversion 1.8 to 1.14 on my server the access rights definitions in the svn_access_file no longer work. The following error message appears: [authz_svn:error] Failed to load the mod_authz_svn config: Error while parsing config file: '

Error | svnauthz: E220003: Section appears more than once in the authz file: [groups]

2024-04-17 Thread BK
Hello, After the change from Subversion 1.8 to 1.14 on my server the access rights definitions in the svn_access_file no longer work. The following error message appears: [authz_svn:error] Failed to load the mod_authz_svn config: Error while parsing config file: '/opt/csvn/release/data

Re: Error | svnauthz: E220003: Section appears more than once in the authz file: [groups]

2024-04-17 Thread Pavel Lyalyakin via users
On Wed, 17 Apr 2024 at 15:08, BK wrote: > > Hello, > > After the change from Subversion 1.8 to 1.14 on my server > the access rights definitions in the svn_access_file > no longer work. > The following error message appears: > [authz_svn:error] Failed to load the mod_authz

Re: E200004 error during commit

2024-03-16 Thread Robin
a number svnadmin verify gives * Verifying metadata at revision 0 ... * Error verifying repository metadata. svnadmin: E24: Invalid L2P offset in r319 footer svnadmin: E24: Could not convert 'L��>q��y���B�|Q�`E⌂♠A�r�Y�X1V}���g6.�☼�ݥ�♂�M�,♫�]I̠◄�8►�ِ

Re: E200004 error during commit

2024-03-16 Thread Daniel Sahlberg
�yM .��"�?z��X: ~j� m�S �' into a number > > svnadmin verify gives > > > * Verifying metadata at revision 0 ... > * Error verifying repository metadata. > svnadmin: E24: Invalid L2P offset in r319 footer > svnadmin: E24: Could not convert > 'L��

E200004 error during commit

2024-03-13 Thread Robin
ing metadata at revision 0 ... * Error verifying repository metadata. svnadmin: E24: Invalid L2P offset in r319 footer svnadmin: E24: Could not convert 'L��>q��y���B�|Q�`E⌂♠A�r�Y�X1V}���g6.�☼�ݥ�♂�M�,♫�]I̠◄�8►�ِ���Ya↕4♠�%��e�'��XRf1�◄��OY�D`F�',►VRG�޾�]u' into a number SVN 1.14.2 Robin

Re: Build Error When Running make swig-pl-lib on Centos 7/Perl 5.36.1/Swig 4.1.1 - Subversion 1.14.2

2023-05-25 Thread Nico Kadel-Garcia
On Thu, May 25, 2023 at 3:15 PM Daniel Sahlberg wrote: > > Den tors 25 maj 2023 kl 19:41 skrev Rahr, Jeffrey A (US) > : >> >> I am trying to build the perl swig links in Subversion 1.14.2. >> >> Unfortunately this is on a non internet connected system with no ability to >> export build logs. >>

Re: Build Error When Running make swig-pl-lib on Centos 7/Perl 5.36.1/Swig 4.1.1 - Subversion 1.14.2

2023-05-25 Thread Daniel Sahlberg
Den tors 25 maj 2023 kl 19:41 skrev Rahr, Jeffrey A (US) < jeffrey.r...@baesystems.com>: > I am trying to build the perl swig links in Subversion 1.14.2. > > Unfortunately this is on a non internet connected system with no ability > to export build logs. > > > Environment: > > Centos 7 > > Perl 5.

Build Error When Running make swig-pl-lib on Centos 7/Perl 5.36.1/Swig 4.1.1 - Subversion 1.14.2

2023-05-25 Thread Rahr, Jeffrey A (US)
I am trying to build the perl swig links in Subversion 1.14.2. Unfortunately this is on a non internet connected system with no ability to export build logs. Environment: Centos 7 Perl 5.36.1 Swig 4.1.1 gcc 4.8.5 make swig-pl-lib generates a message of "PL_current_context" undeclared on

Re: Spurious "server ... does not support the HTTP/DAV protocol" error

2023-04-19 Thread Pavel Lyalyakin via users
he client and server in the >> failure case. >> >> I have confirmed this by reproducing the problem when the server has its >> network cable unplugged. I know what the message is supposed to mean, but >> the client is reporting the wrong error. >> >> After some

Re: Spurious "server ... does not support the HTTP/DAV protocol" error

2023-04-19 Thread Daniel Sahlberg
server has its > network cable unplugged. I know what the message is supposed to mean, but > the client is reporting the wrong error. > > After some further experimentation, I have come to the conclusion that it > is treating the hostname “svn” specially. The host has another hostnam

Re: Spurious "server ... does not support the HTTP/DAV protocol" error

2023-04-19 Thread Ian Miller
to mean, but the client is reporting the wrong error. After some further experimentation, I have come to the conclusion that it is treating the hostname “svn” specially. The host has another hostname in DNS and I can correctly access the server using that name. Ian Miller > On 17 Apr 2023,

Re: Spurious "server ... does not support the HTTP/DAV protocol" error

2023-04-17 Thread Daniel Sahlberg
> the following error whenever I tried to access the server: > > svn: E175003: The server at 'http://svn/singularis/trunk' does not > support the HTTP/DAV protocol > > I checked to see what the network traffic associated with this and found > that there was none. I get

Spurious "server ... does not support the HTTP/DAV protocol" error

2023-04-17 Thread Ian Miller
Before reporting this as a bug, I am posting it here as suggested on the “How to report a bug” page. After upgrading my O/S to Debian 11, and with it the subversion client to version 1.14.1 (r1886195), I started getting the following error whenever I tried to access the server: svn: E175003

Re: redirection error with file externals - possible bug

2023-04-02 Thread Pál Kovács
> For file-externals, svn export works as expected (in the export log it >>>>> is visible that there was a redirection and the file is fetched). >>>>> However when trying to checkout a working copy, file-externals are not >>>>> downloaded, the log shows err

Re: redirection error with file externals - possible bug

2023-04-02 Thread Daniel Sahlberg
nals are not >>>> downloaded, the log shows errors like this: >>>> >>>> Redirecting to URL ' >>>> https://myserver/svn/myrepo/TestFolder/Project2/test.txt': >>>> Fetching external item into 'checkout_target\test.txt'

Re: redirection error with file externals - possible bug

2023-04-02 Thread Daniel Sahlberg
However when trying to checkout a working copy, file-externals are not >>> downloaded, the log shows errors like this: >>> >>> Redirecting to URL ' >>> https://myserver/svn/myrepo/TestFolder/Project2/test.txt': >>> Fetching external item into 'chec

Re: Need Support for Error || serialized hash missing terminator

2023-03-17 Thread Bo Berglund
On Fri, 17 Mar 2023 10:06:18 +, "Kumar, Pradeep (Baker Hughes Contractor) via users" wrote: >HI Support Team, > >Can someone please respond on this and help us on the below issue. > >Regards, >Pradeep Kumar. > You will not get any help until you post a question in a readable way! No unreadab

RE: Need Support for Error || serialized hash missing terminator

2023-03-17 Thread Kumar, Pradeep (Baker Hughes Contractor) via users
HI Support Team, Can someone please respond on this and help us on the below issue. Regards, Pradeep Kumar. From: Pallapati, Raja (Baker Hughes Contractor) Sent: 16 March 2023 17:26 To: users@subversion.apache.org Cc: Kumar, Pradeep (Baker Hughes Contractor) Subject: Need Support for Error

Re: Need Support for Error || serialized hash missing terminator

2023-03-16 Thread Bo Berglund
On Thu, 16 Mar 2023 11:55:46 +, "Pallapati, Raja (Baker Hughes Contractor) via users" wrote: >Hi Team, This is not a support forum but a user peer-to-peer mail list! > >While doing a check-out in the SVN subversion working copy we are receiving >"serialized has

Need Support for Error || serialized hash missing terminator

2023-03-16 Thread Pallapati, Raja (Baker Hughes Contractor) via users
Hi Team, While doing a check-out in the SVN subversion working copy we are receiving "serialized hash missing terminator" error, and unable to update the content. This is delaying our work. Kindly support on this to resolve the issue as early as possible. [cid:image001.png@01D9582

Re: redirection error with file externals - possible bug

2023-03-12 Thread Nathan Hartman
> >> Reproduction: >> - the webserver should be setup to redirect http traffic to https. In my >> case this is in the httpd config: >> >> Listen "80" http >> >> UseCanonicalName off >> SSLEngine off >> RewriteEngine on >> Rewr

Re: redirection error with file externals - possible bug

2023-03-11 Thread Daniel Sahlberg
ttp > > UseCanonicalName off > SSLEngine off > RewriteEngine on > RewriteRule ^/(.*) https://%{SERVER_NAME}:443/$1 [R=301,L] > > > - use this script to create a file external with http url, then run an > export (there should be no problem) and a checkout (file

redirection error with file externals - possible bug

2023-03-11 Thread Pál Kovács
be no problem) and a checkout (file external should fail with the above error) - assuming you have an empty TestFolder in SVN - create a batch file in an empty local folder and run it: svn co https://myserver/svn/myrepo/TestFolder cd TestFolder md Project1 md Project2 echo "test file" >

Re: Invalid cross-link error when have a mounted subdirectory

2022-08-08 Thread Jon Daley via users
ot; by fixing the documentation, so I guess that is the end. It is interesting that it works on some systems. Presumably rename(2) doesn't return an error on those systems. Yeah, it must be, but given that the systems are so similar, I wonder what the difference is. The one that is broken i

Re: Invalid cross-link error when have a mounted subdirectory

2022-08-08 Thread Daniel Shahaf
posting that I can probably checkout > /home > separately from the / repo, which will fix the problem, I think. +1 > I just noticed that I reported this same bug years ago, and it was > "resolved" by fixing the documentation, so I guess that is the end. > It is interesting that it works on some systems. > Presumably rename(2) doesn't return an error on those systems. > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766285 > > https://lists.apache.org/thread/8qggy35hbft1q88jjqnyjlkb49pvr0zr > >

Re: Invalid cross-link error when have a mounted subdirectory

2022-08-08 Thread Jon Daley via users
On Sun, 7 Aug 2022, Nico Kadel-Garcia wrote: On Sun, Aug 7, 2022 at 8:40 AM Jon Daley via users wrote: I'm not sure what version this change happened in, but I used to be able to have my /home directory mounted and use subversion commands in my home directory, even though the .svn directory ex

Re: Invalid cross-link error when have a mounted subdirectory

2022-08-07 Thread Nathan Hartman
On Sun, Aug 7, 2022 at 12:13 PM Nico Kadel-Garcia wrote: > On Sun, Aug 7, 2022 at 8:40 AM Jon Daley via users > wrote: > > > > I'm not sure what version this change happened in, but I used to be able > > to have my /home directory mounted and use subversion commands in my home > > directory, eve

Re: Invalid cross-link error when have a mounted subdirectory

2022-08-07 Thread Nico Kadel-Garcia
On Sun, Aug 7, 2022 at 8:40 AM Jon Daley via users wrote: > > I'm not sure what version this change happened in, but I used to be able > to have my /home directory mounted and use subversion commands in my home > directory, even though the .svn directory exists at /.svn Which version are you usin

Invalid cross-link error when have a mounted subdirectory

2022-08-07 Thread Jon Daley via users
I'm not sure what version this change happened in, but I used to be able to have my /home directory mounted and use subversion commands in my home directory, even though the .svn directory exists at /.svn But, today, I installed a new server, and whenever I use subversion inside my home direct

Re: SVN Diff fails with error

2022-05-12 Thread Daniel Shahaf
Aravind Raj wrote on Mon, 09 May 2022 09:27 +00:00: > As the changes are huge we are getting the above error, this does not > happen when the change is short. Another important observation is, this > issue does not happen in Tortoise SVN version below 1.8. So, *assuming for > Subve

SVN Diff fails with error

2022-05-09 Thread Aravind Raj
Hello Team, I have a Subversion repository and trying to find the diff of two different revisions. The changes between these two revisions are huge. (Although these are immediate revisions - 17320 and 17321) When I do the diff, it runs the output for few seconds and then displaying below error

Re: FW: SVN error

2022-01-12 Thread Daniel Sahlberg
Den ons 12 jan. 2022 kl 17:38 skrev Gavli, Gangaram < gga...@horizonglobal.com>: > Can you please help me to do this steps > > > > *My fix* > > The issue went away permanently after using svnserve > instead of apache2. This tutorial >

RE: FW: SVN error

2022-01-12 Thread Gavli, Gangaram
b41fa988d3595b0988983%7C0%7C0%7C637021341153088166&sdata=qpkPKT0ySurmVp96DwxcPPoaBN8T4t%2F8R6ituAsPkJY%3D&reserved=0> [cid:image002.jpg@01D807F9.0EB82570] From: Nathan Hartman Sent: Wednesday, January 12, 2022 8:58 PM To: Gavli, Gangaram Cc: users@subversion.apache.org Subject: Re: FW: SVN error [EX

RE: FW: SVN error

2022-01-12 Thread Gavli, Gangaram
8R6ituAsPkJY%3D&reserved=0> [cid:image002.jpg@01D80800.417B2000] From: Nathan Hartman Sent: Wednesday, January 12, 2022 10:01 PM To: Gavli, Gangaram Cc: users@subversion.apache.org Subject: Re: FW: SVN error [EXTERNAL EMAIL] DO NOT open attachments or click on links from unknown senders or

Re: FW: SVN error

2022-01-12 Thread Nathan Hartman
so it is possible that the issue could be caused by any number of other components. A google search for the error message brings up this Stack Overflow question as the first result: https://stackoverflow.com/questions/22965847/svn-error-running-context-an-existing-connection-was-forcibly-closed-

Re: FW: SVN error

2022-01-12 Thread Nathan Hartman
On Tue, Jan 11, 2022 at 11:52 PM Gavli, Gangaram wrote: > File size is in not more than 20 mb > > I also suggest to look into updating SVN on the server to a newer version. > Currently 1.10 and 1.14 are supported. As compared to 1.6, which was > released in 2009 and last updated in 2013, these ne

Re: FW: SVN error

2022-01-11 Thread Gavli, Gangaram
From: Nathan Hartman Sent: Wednesday, January 12, 2022 3:15 AM To: Gavli, Gangaram Cc: users@subversion.apache.org Subject: Re: FW: SVN error [EXTERNAL EMAIL] DO NOT open attachments or click on links from unknown senders or unexpected emails. On Tue, Jan

Re: FW: SVN error

2022-01-11 Thread Gavli, Gangaram
From: Daniel Sahlberg Sent: Wednesday, January 12, 2022 2:02 AM To: Gavli, Gangaram Cc: users@subversion.apache.org Subject: Re: FW: SVN error [EXTERNAL EMAIL] DO NOT open attachments or click on links from unknown senders or unexpected emails. Den tis 11

Re: FW: SVN error

2022-01-11 Thread Nathan Hartman
On Tue, Jan 11, 2022 at 1:24 PM Gavli, Gangaram wrote: > I need help on below mentioned error attached is httpd.conf file. > > > > > >- What TortoiseSVN version do you use to reproduce the error? 1.14 >- What VisualSVN Server version do you use? svn, vers

Re: FW: SVN error

2022-01-11 Thread Daniel Sahlberg
Den tis 11 jan. 2022 kl 21:47 skrev Gavli, Gangaram < gga...@horizonglobal.com>: > > > -- > *From:* Daniel Sahlberg > *Sent:* Wednesday, January 12, 2022 2:02 AM > *To:* Gavli, Gangaram > *Cc:* users@subversion.apache.org >

Re: FW: SVN error

2022-01-11 Thread Daniel Sahlberg
Den tis 11 jan. 2022 kl 19:24 skrev Gavli, Gangaram < gga...@horizonglobal.com>: > I need help on below mentioned error attached is httpd.conf file. > > > > I can see that you are trying to make a commit, but is there anything special with the commit? > > >- W

Fw: svndumpfilter: finding source commit for error?

2022-01-04 Thread Kristofer
Hi again, I tried what Stefan suggested below and used "svnadmin dump --exclude " instead of piping it to svndumpfilter and I was tearing my hair out with failure until I realized that there's an undocumented difference here (at least I can't find it in the help text for them). For --targets file

Re: svndumpfilter: finding source commit for error?

2021-12-09 Thread Stefan Sperling
On Thu, Dec 09, 2021 at 01:04:24PM -0600, Luke Mauldin wrote: > Did this problematic commit occur due to a bug at the time in Subversion or a > user error? > > Luke The log message suggests it was a deliberate choice, and there was some discussion about it after the fac

Re: svndumpfilter: finding source commit for error?

2021-12-09 Thread Luke Mauldin
Did this problematic commit occur due to a bug at the time in Subversion or a user error? Luke > On Dec 9, 2021, at 12:47 PM, Stefan Sperling wrote: > > On Thu, Dec 09, 2021 at 06:29:14PM +, Kristofer wrote: >> Hi Stefan and thanks for the hints. Then I need to l

Re: svndumpfilter: finding source commit for error?

2021-12-09 Thread Stefan Sperling
On Thu, Dec 09, 2021 at 06:29:14PM +, Kristofer wrote: > Hi Stefan and thanks for the hints. Then I need to line up a lot of > arguments, right? There's no "read from file" option that I can see. I'll try > that on the next failure, if I get one *fingers crossed* Indeed, the list of path prefi

Re: svndumpfilter: finding source commit for error?

2021-12-09 Thread Kristofer
Hi Stefan and thanks for the hints. Then I need to line up a lot of arguments, right? There's no "read from file" option that I can see. I'll try that on the next failure, if I get one *fingers crossed* Btw, I also have this really silly commit sequence where someone managed to delete the entir

Re: svndumpfilter: finding source commit for error?

2021-12-09 Thread Stefan Sperling
On Thu, Dec 09, 2021 at 05:07:09PM +, Kristofer wrote: > And of course, soon after mailing, I found a workaround. I am not sure why it > worked but anyways: > The problem was caused by the branch being merged to trunk, but the contents > of the "bad directory" was never merged. Then I thought

Re: svndumpfilter: finding source commit for error?

2021-12-09 Thread Kristofer
> Hi, > > I'm doing some work on an old, bloated repo to get rid of some erroneous > commits to reduce the disk size. I've done this a few years ago with success, > but I'm currently getting into an error situation that I don't know how to > handle. > &

svndumpfilter: finding source commit for error?

2021-12-09 Thread Kristofer
Hi, I'm doing some work on an old, bloated repo to get rid of some erroneous commits to reduce the disk size. I've done this a few years ago with success, but I'm currently getting into an error situation that I don't know how to handle. I'm running som

Re: local_abspath is error

2021-08-30 Thread Pavel Lyalyakin
Hello, Please upgrade to TortoiseSVN 1.14.1 and see if it helps. On Mon, Aug 30, 2021 at 12:11 PM Lucent wrote: > hello. > subversion is so good for serval months. but today it displayed the > picture. > > > > > -- With best regards, Pavel Lyalyakin VisualSVN Team

Re: local_abspath is error

2021-08-30 Thread Daniel Sahlberg
Den mån 30 aug. 2021 kl 11:11 skrev Lucent : > hello. > subversion is so good for serval months. but today it displayed the > picture. > > > > Hi, Can you retry it with the latest version, 1.14.1? Also decribe exactly what you were trying to do. Kind regards, Daniel Sahlberg

local_abspath is error

2021-08-30 Thread Lucent
hello.   subversion is so good for serval months. but today it displayed the picture.

Re: svn authz error: Access denied issue when running svn rm resource where the user should be able to have full access

2021-08-01 Thread Daniel Shahaf
Grass/Grass01/skwnorp_2K_Normal.uasset' > >>> forbidden > >>> > >>> in apache logs i can see the following > >>> > >>> [Wed Jul 21 19:47:42.187161 2021] [authz_svn:error] [pid 1510:tid > >>> 140015597156096] [client 188.26.223

Re: svn authz error: Access denied issue when running svn rm resource where the user should be able to have full access

2021-08-01 Thread Andrei Cusnir
:/**/*.uasset] @r_users = rw [:glob:/**/Source/**] @r_users = server version is the same Apache/2.4.25 (Debian) SVN/1.14.1 mod_wsgi/4.5.11 Python/2.7 i still get same error in my test repo $ svn rm https://subversion.assembla.com/svn/andrei-hook-test/trunk/SomeTestProject/Projects/ShooterGame

Re: svn authz error: Access denied issue when running svn rm resource where the user should be able to have full access

2021-07-30 Thread Andrei Cusnir
gt;> >>> in apache logs i can see the following >>> >>> [Wed Jul 21 19:47:42.187161 2021] [authz_svn:error] [pid 1510:tid >>> 140015597156096] [client 188.26.223.19:42966] Access denied: >>> 'Alexander_Lost' DELETE >>> repo_name:/branches/proje

Re: svn authz error: Access denied issue when running svn rm resource where the user should be able to have full access

2021-07-30 Thread Daniel Shahaf
Daniel Shahaf wrote on Sat, Jul 31, 2021 at 00:41:48 +: > Now, the delete logic should request a *non* recursive access check if > the thing to be deleted is a plain file in HEAD. > subversion/libsvn_repos/commit.c:delete_entry() > does behave this way — when the .uasset path identifies a non

Re: svn authz error: Access denied issue when running svn rm resource where the user should be able to have full access

2021-07-30 Thread Daniel Shahaf
Daniel Sahlberg wrote on Thu, Jul 22, 2021 at 16:51:02 +0200: > Den ons 21 juli 2021 kl 22:30 skrev Andrei Cusnir : > > [groups] > > r_users = Alexander_Lost > > > > [:glob:/] > > * = rw > > > > [:glob:/**/*.uasset] > > @r_users = rw > > > > [:glob:/**/Source/**] > > @r_users = > > Do you know wh

Re: svn authz error: Access denied issue when running svn rm resource where the user should be able to have full access

2021-07-30 Thread Daniel Shahaf
187161 2021] [authz_svn:error] [pid 1510:tid > 140015597156096] [client 188.26.223.19:42966] Access denied: > 'Alexander_Lost' DELETE > repo_name:/branches/project_name/Projects/ShooterGame/Content/Mods/project_name/Assets/Foliage/Trees/StepeeGrass/Grass01/skwnorp_2K_Normal.uas

Re: Bug: Subversion client at 100% cpu if server hangs up due to error

2021-07-26 Thread Daniel Sahlberg
Den mån 26 juli 2021 kl 17:50 skrev John Abraham : > Hello, I’ve finally figured out the situation in which my subversion > client pins the CPU at 100% and never moves beyond it. And hence I’d like > to report a bug. > > Sometimes the server hangs up the connection, in my case

Bug: Subversion client at 100% cpu if server hangs up due to error

2021-07-26 Thread John Abraham
Hello, I’ve finally figured out the situation in which my subversion client pins the CPU at 100% and never moves beyond it. And hence I’d like to report a bug. Sometimes the server hangs up the connection, in my case with this error on the server log: "Working copy path 'hey i

Re: svn authz error: Access denied issue when running svn rm resource where the user should be able to have full access

2021-07-22 Thread Andrei Cusnir
3.19:42966] Access denied: >> 'Alexander_Lost' DELETE >> repo_name:/branches/project_name/Projects/ShooterGame/Content/Mods/project_name/Assets/Foliage/Trees/StepeeGrass/Grass01/skwnorp_2K_Normal.uasset >> >> >> Please let me know if this is a config error or

Re: svn authz error: Access denied issue when running svn rm resource where the user should be able to have full access

2021-07-22 Thread Daniel Sahlberg
' DELETE > repo_name:/branches/project_name/Projects/ShooterGame/Content/Mods/project_name/Assets/Foliage/Trees/StepeeGrass/Grass01/skwnorp_2K_Normal.uasset > > > Please let me know if this is a config error or it is an authz bug. > Do you know what versions are you using for the

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

2021-07-22 Thread Daniel Sahlberg
ell). If you want to prove things, you might use Process Explorer [2] to search for which process is holding wc.db open. This information as well as any information you come up with regarding when you get the error (ie, if the error can be reproduced consistently using some specific action)

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

2021-07-22 Thread Arbeiter Ansgar
rer: Dipl.-Ing. Günther Böning USt-ID Nr.: DE229750191 [cid:Urlaub2021_1fc44cb2-b4fd-44f8-92af-bc26e06d3183.png] [cid:Boening-Service_e87882bd-b8e0-48ef-a3c5-f9e75a5dffc9.jpg]<http://www.boening.com/support.html?&L=1> Von: Daniel Sahlberg Gesendet: Mittwoch, 21. Juli 2021 20:10 I tried

svn authz error: Access denied issue when running svn rm resource where the user should be able to have full access

2021-07-21 Thread Andrei Cusnir
[pid 1510:tid 140015597156096] [client 188.26.223.19:42966] Access denied: 'Alexander_Lost' DELETE repo_name:/branches/project_name/Projects/ShooterGame/Content/Mods/project_name/Assets/Foliage/Trees/StepeeGrass/Grass01/skwnorp_2K_Normal.uasset Please let me know if this is a config e

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

2021-07-21 Thread Daniel Sahlberg
; ansgar.arbei...@boening.com> wrote: > >>> > >>> after update an repository, i normally check actual changes (with > TurtoiseMerge) so this tool and the update window are open. > >>> when i then update again (by batch file) then i very often get this > mess

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
TurtoiseMerge) so this tool and the update window are open. >>> when i then update again (by batch file) then i very often get this message: >>> >>> svn: E200030: sqlite[S10]: disk I/O error >>> >>> when i close TurtoiseMerge (and update window) before upd

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

2021-07-12 Thread Daniel Sahlberg
are open. >> >> when i then update again (by batch file) then i very often get this >> message: >> >> >> >> svn: E200030: sqlite[S10]: disk I/O error >> >> >> >> when i close TurtoiseMerge (and update window) before update again, the

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

2021-07-12 Thread Arbeiter Ansgar
g. Günther Böning USt-ID Nr.: DE229750191 [cid:Boening-Service_e87882bd-b8e0-48ef-a3c5-f9e75a5dffc9.jpg]<http://www.boening.com/support.html?&L=1> Von: Nathan Hartman Gesendet: Montag, 12. Juli 2021 17:02 An: Arbeiter Ansgar Cc: users@subversion.apache.org Betreff: Re: message "disk I/O err

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

2021-07-12 Thread Nathan Hartman
; > svn: E200030: sqlite[S10]: disk I/O error > > > > when i close TurtoiseMerge (and update window) before update again, then i > never noticed it. > > (i also checked for actually disk problems, but there are none) > > > > batch file: > > @echo off >

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

2021-07-12 Thread Arbeiter Ansgar
after update an repository, i normally check actual changes (with TurtoiseMerge) so this tool and the update window are open. when i then update again (by batch file) then i very often get this message: svn: E200030: sqlite[S10]: disk I/O error when i close TurtoiseMerge (and update window

Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Daniel Shahaf
Ranajit Ghosh wrote on Wed, Jun 09, 2021 at 17:27:20 +0530: > Hi, Not much luck! If I put the text in the front, it is not being able to > process/recognize a multi word string and throwing error like below: > > If I put the below message in the command line > svn -m "jir

Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Daniel Shahaf
Thorsten wrote on Wed, Jun 09, 2021 at 13:30:51 +0200: > My next guess would be that the -m paramter simply must be in the front. > For reference, options and positional arguments can be freely mixed (except when «--» is used to terminate options).

Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Nathan Hartman
On Wed, Jun 9, 2021 at 1:17 PM Ranajit Ghosh wrote: > Hi..it's https:// for both urls. > > Thanks! > Is it possible that locale settings are interfering with the «://» characters between https and the rest of the path? Have you tried to enclose each entire URL in quotes? Nathan

Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Ranajit Ghosh
Hi..it's https:// for both urls. Thanks! On Wed 9 Jun, 2021, 19:44 Nathan Hartman, wrote: > On Wed, Jun 9, 2021 at 10:08 AM Ranajit Ghosh > wrote: > > > > It is Bash shell with the following version. > > > > GNU bash, version 4.3.30(1)-release (powerpc-ibm-aix6.1.0.0) > > > What is the URL sc

Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Thorsten
Does quoting in general work as expected? For example if you touch "hello world" do you end up with one file hello world or 1 file hello and 1 file world? Am 09/06/2021 um 16:08 schrieb Ranajit Ghosh: It is Bash shell with the following version. GNU bash, version 4.3.30(1)-release (powerpc-

Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Nathan Hartman
On Wed, Jun 9, 2021 at 10:08 AM Ranajit Ghosh wrote: > > It is Bash shell with the following version. > > GNU bash, version 4.3.30(1)-release (powerpc-ibm-aix6.1.0.0) What is the URL scheme used with the and URLs? (Are they http://, https://, svn://, svn+ssh://, file://, ...) Nathan

Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Ranajit Ghosh
It is Bash shell with the following version. GNU bash, version 4.3.30(1)-release (powerpc-ibm-aix6.1.0.0) Thanks! Ranajit On Wed, Jun 9, 2021 at 7:32 PM Mark Phippard wrote: > On Wed, Jun 9, 2021 at 9:47 AM Ranajit Ghosh > wrote: > > > > Yes, I tried with single quote as well. No change. >

Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Mark Phippard
On Wed, Jun 9, 2021 at 9:47 AM Ranajit Ghosh wrote: > > Yes, I tried with single quote as well. No change. You mentioned you are on AIX .. what shell are you using? Some of these errors seem like it has to do with how the arguments are being passed to the svn executable. That said there is nothin

Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Ranajit Ghosh
uotes instead of double quotes? > > svn -m 'jira:RTPS-9898 EPC 2021 install' copy > > Best regards, > > Thorsten > Am 09/06/2021 um 13:57 schrieb Ranajit Ghosh: > > Hi, Not much luck! If I put the text in the front, it is not being able to > process/recogn

Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Thorsten
schrieb Ranajit Ghosh: Hi, Not much luck! If I put the text in the front, it is not being able to process/recognize a multi word string and throwing error like below: If I put the below message in the command line  svn -m "jira:RTPS-9898 EPC 2021 install"  copy giving error:  Unknown 

Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Ranajit Ghosh
Hi, Not much luck! If I put the text in the front, it is not being able to process/recognize a multi word string and throwing error like below: If I put the below message in the command line svn -m "jira:RTPS-9898 EPC 2021 install" copy giving error: Unknown subcommand: 'E

  1   2   3   4   5   6   7   8   9   10   >