Re: Commit fails - "Can't set position pointer in file, access denied"

2016-12-08 Thread David Chapman
On 12/8/2016 2:22 PM, Ryu, Ryan wrote: *From:*David Chapman [mailto:dcchap...@acm.org] *Sent:* Thursday, December 08, 2016 2:10 PM *To:* Ryu, Ryan ; users@subversion.apache.org *Subject:* Re: Commit fails - "Can't set position pointer in file, access denied" On 12/8/2016 1:4

RE: Commit fails - "Can't set position pointer in file, access denied"

2016-12-08 Thread Ryu, Ryan
From: David Chapman [mailto:dcchap...@acm.org] Sent: Thursday, December 08, 2016 2:10 PM To: Ryu, Ryan ; users@subversion.apache.org Subject: Re: Commit fails - "Can't set position pointer in file, access denied" On 12/8/2016 1:49 PM, Ryu, Ryan wrote: Hi, I’m getting the same erro

Re: Commit fails - "Can't set position pointer in file, access denied"

2016-12-08 Thread David Chapman
On 12/8/2016 1:49 PM, Ryu, Ryan wrote: Hi, I’m getting the same error as the linked issue below using a very similar setup, but the discussion has no replies. _https://subversion.open.collab.net/ds/viewMessage.do?dsForumId=3&viewType=browseAll&dsMessageId=575976_ Markphip was able to point me i

Commit fails - "Can't set position pointer in file, access denied"

2016-12-08 Thread Ryu, Ryan
Hi, I’m getting the same error as the linked issue below using a very similar setup, but the discussion has no replies. https://subversion.open.collab.net/ds/viewMessage.do?dsForumId=3&viewType=browseAll&dsMessageId=575976 Markphip was able to point me in a promising direction, but he recommend

Re: Diffing some files results in error E000022: Can't set position pointer in file xx.svn-base: Invalid argument

2015-06-14 Thread Branko Čibej
>>> A number of files have changed in my working copy and I want to >>> compare them to their last tracked version. >>> >>> For most files, 'svn diff' works properly. >>> But, for some, the following error occurs: >>> svn: E22:

Re: Diffing some files results in error E000022: Can't set position pointer in file xx.svn-base: Invalid argument

2015-06-13 Thread Pierre Mariani
o >> compare them to their last tracked version. >> >> For most files, 'svn diff' works properly. >> But, for some, the following error occurs: >> svn: E22: Can't set position pointer in file >> '/.svn/pristine/X/Y.svn-base': Invali

Re: Diffing some files results in error E000022: Can't set position pointer in file xx.svn-base: Invalid argument

2015-06-13 Thread Branko Čibej
;svn diff' works properly. > But, for some, the following error occurs: > svn: E22: Can't set position pointer in file > '/.svn/pristine/X/Y.svn-base': Invalid argument Have you made any changes to files inside the .svn directory? What are the sizes of those fi

Diffing some files results in error E000022: Can't set position pointer in file xx.svn-base: Invalid argument

2015-06-12 Thread Pierre Mariani
etails. In [1]: import io In [2]: with io.open('customer_prod/.svn/pristine/58/58ddfcd83dfa0be685f556c98d5d9e4ad1421226.svn-base', mode='rt', encoding='utf8', errors='strict') as fh: db = True while db: db = fh.read(10000) ...: In [3

Re: Can't set position pointer in file

2013-04-10 Thread Justin Taylor
Everyone can disregard this issue. I discovered that the os400 port is not quite dead, and there is a new binary to address changes IBM made to their Apache server.

Re: Can't set position pointer in file

2013-04-10 Thread Justin Taylor
Yesterday I received approval to move SVN on to a platform that is still being maintained. I tried to do a dump via svnadmin on the current install and it gives the same error.

Re: Can't set position pointer in file

2013-04-10 Thread Daniel Shahaf
Then it should be reproducible via our own svn (or svnadmin, or svnlook) too. Justin Taylor wrote on Tue, Apr 09, 2013 at 14:23:44 -0500: > Since the Subversion trouble started with the server updates, and different > clients are receiving the same error, I made the (possibly erroneous) > assump

Re: Can't set position pointer in file

2013-04-09 Thread Justin Taylor
Since the Subversion trouble started with the server updates, and different clients are receiving the same error, I made the (possibly erroneous) assumption the issue is with the Subversion install.

Re: Can't set position pointer in file

2013-04-09 Thread Daniel Shahaf
've been using the os400 port of Subversion for a very long time. I put on > OS updates over the weekend, and now I'm receiving this error on both > Subclipse and svnkit.jar: > svn: Can't set position pointer in file > '/Subversion/repositories/iSeries/db/revs

Can't set position pointer in file

2013-04-09 Thread Justin Taylor
I've been using the os400 port of Subversion for a very long time. I put on OS updates over the weekend, and now I'm receiving this error on both Subclipse and svnkit.jar: svn: Can't set position pointer in file '/Subversion/repositories/iSeries/db/revs/1647': Th