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
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
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
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
Indeed, but I was still hoping someone from the dev community could confirm it
is a compatibility issue, and possibly provide the reasons behind the errors.
In any case, thank you for taking the time to answer my questions.
Sincerely,
Rami
Le 24/05/2013 15:14, Johan Corveleyn a écrit :
On Fri
On Fri, May 24, 2013 at 2:05 PM, HOUDROGE Rami
wrote:
> I could provide a script, but I doubt it would be of any use. It will
> execute as it should on your pcs.
>
> I didn't clearly mention that subversion is installed on a Apache 2.2.17
> server with webdav_svn. We think there might be an incomp
file
>> 4. lock file
>> 5. modify file
>> 6. commit file
>>
>> and that last commit fails with the following error :
>>
>> Cannot verify lock on path '...'; no matching lock-token available.
>>
>> [cid:part1.03020408.00020306@thalesgrou
> Le 23/05/2013 15:59, Philip Martin a écrit :
>
> HOUDROGE Rami writes:
>
>> I am experiencing a problem that has been reported a couple of times
>> accross the web.
>>
>> 1. new file
>> 2. add file
>> 3. commit file
>> 4. lock file
>>
> 3. commit file
> 4. lock file
> 5. modify file
> 6. commit file
>
> and that last commit fails with the following error :
>
> Cannot verify lock on path '...'; no matching lock-token available.
>
> [cid:part1.03020408.00020306@thalesgroup.com]
>
>
HOUDROGE Rami writes:
> I am experiencing a problem that has been reported a couple of times
> accross the web.
>
> 1. new file
> 2. add file
> 3. commit file
> 4. lock file
> 5. modify file
> 6. commit file
>
> and that last commit fails with the following error
t; 4. lock file
> 5. modify file
> 6. commit file
>
> and that last commit fails with the following error :
>
> Cannot verify lock on path '...'; no matching lock-token available.
>
>
>
> I am certain no one stole the lock and I am also certain that, locally, only
On Thu, May 23, 2013 at 3:01 PM, HOUDROGE Rami
wrote:
>
> Hi,
>
> I am experiencing a problem that has been reported a couple of times accross
> the web.
>
> 1. new file
> 2. add file
> 3. commit file
> 4. lock file
> 5. modify file
> 6. commit file
>
Hi,
I am experiencing a problem that has been reported a couple of times accross
the web.
1. new file
2. add file
3. commit file
4. lock file
5. modify file
6. commit file
and that last commit fails with the following error :
Cannot verify lock on path '...'; no matching lock-token
Sent: 28 November 2012 16:57
To: users@subversion.apache.org
Subject: Re: Pre-commit fails when executing 'svn ls'
Guten Tag armando.perico.n...@usi.ch,
am Mittwoch, 28. November 2012 um 16:43 schrieben Sie:
> svn: OPTIONS of 'http://localhost/svn/repo/test.txt": could n
Guten Tag armando.perico.n...@usi.ch,
am Mittwoch, 28. November 2012 um 16:43 schrieben Sie:
> svn: OPTIONS of 'http://localhost/svn/repo/test.txt": could not
> connect to server (http://localhost)
SELInux or AppArmor may prevent communication as both work on binaries
I think, not on users, there
Hi,
I want to write a pre-commit hook which make some checks on the repository
using "svn" commands. i.e.: svn ls... however, svn ls is failing to connect to
localhost.
on my pre-commit file I have:
---
# I don't need the $REPOS value since this is ju
Hi list!
We're using a little script for our merging operations, which contains the
following line for committing the results as a special merge user with a
generated commit message:
svn ci --username foo --password bar --no-auth-cache -F commit_msg.txt
local\path 2> stderr.txt
Upon this, a
Every time I try to commit some files to repo,
this error appears on client:
Transmitting file data .svn: E175002: Commit failed (details follow):
svn: E175002: PUT of
'/svn/license_portal/!svn/wrk/0ee45260-7721-9741-809c-650967642180/branches/sandbox/aris.html':
Could not read status line: conn
Bob Archer wrote on Tue, Feb 01, 2011 at 13:32:18 -0500:
> File externals require that the file being pointed to is in the same
> working copy as the external of it. From the docs:
>
> "While directory externals can place the external directory at any
> depth, and any missing intermediate director
>> I tried to create a new branch of a trunk that had some
>> svn:externals definition.
>> In particular, it pointed to a file.
>>
>> I.e.
>> /somewhere/a.txt@4 a.txt
>>
>> I used
>> svn copy svn://server/trunk branch
>> And the output from that was the usual stuff including
>> E a.txt (indi
> I tried to create a new branch of a trunk that had some
> svn:externals definition.
> In particular, it pointed to a file.
>
> I.e.
> /somewhere/a.txt@4 a.txt
>
> I used
> svn copy svn://server/trunk branch
> And the output from that was the usual stuff including
> E a.txt (indicating an e
I tried to create a new branch of a trunk that had some svn:externals
definition.
In particular, it pointed to a file.
I.e.
/somewhere/a.txt@4 a.txt
I used
svn copy svn://server/trunk branch
And the output from that was the usual stuff including
E a.txt (indicating an externals f
ailed (details follow):
svn: Directory '.../recursos-revision/recursos-revision-ear/target/.svn'
containing working copy admin area is missing
-Original Message-
From: David Weintraub
To: iapazm...@sri.gob.ec
Cc: users@subversion.apache.org
Subject: Re: Commit fails with path not
It looks like you deleted the target directories, but you didn't do an "svn
update". I can see that because "svn status" is putting "!" in front of the
target directories.
Your next step is to do an "svn update" which will recreate the "target"
directories, but as directories Subversion is trackin
thanks for your reply.
I do have one folder added to be ignored, in the root the target folder,
but it doesn't even appear in the listing.
-Original Message-
From: Johan Corveleyn
To: iapazm...@sri.gob.ec
Cc: David Weintraub , users@subversion.apache.org
Subject: Re: Commit fails
2011/1/7 Pazmiño Mazón, Iván Andrés :
> I have cleaned the project and checked the -xxx/target directories
> doesn't exist anymore. Then updated. But when tried to check the status
> again the folders still are shown in the result.
>
> svn update
> At revision 60654.
>
> svn status
> M .
> !
.gob.ec
Cc: users@subversion.apache.org
Subject: Re: Commit fails with path not found
Date: Thu, 6 Jan 2011 15:58:29 -0500
The directories that might be causing all the trouble are the "target"
directories marked with the "~" mark. Subversion has these directories
as versioned item
The directories that might be causing all the trouble are the "target"
directories marked with the "~" mark. Subversion has these directories as
versioned items, but they were replaced.
I know Maven deletes those directories on a "clean", so I suspect that you
did a checkout, created these directo
directory.
I've looked into some of the problem directories and no one is marked
with (!)
-Original Message-
From: David Weintraub
To: iapazm...@sri.gob.ec
Cc: users@subversion.apache.org
Subject: Re: Commit fails with path not found
Date: Wed, 5 Jan 2011 16:56:35 -0500
Interesting.
on-web/src/main/webapp
> ? recursos-revision-web/src/main/java/ec
> A .settings
> A .settings/org.eclipse.jdt.core.prefs
> A .settings/org.maven.ide.eclipse.prefs
>
> The command was run on the projects base directory.
>
> -Original Message-
>
/org.maven.ide.eclipse.prefs
The command was run on the projects base directory.
-Original Message-
From: David Weintraub
To: iapazm...@sri.gob.ec
Cc: users@subversion.apache.org
Subject: Re: Commit fails with path not found
Date: Tue, 4 Jan 2011 12:08:27 -0500
2011/1/4 Pazmiño Mazón, Iván Andrés :
> I j
2011/1/4 Pazmiño Mazón, Iván Andrés :
> I just moved the directories within the IDE, it's eclipse, and worked on
> them for quite long before being ready to commit. I'm using subversive
> plugin.
If you don't have the command line Subversion client installed, install it
on your system, and try the
I just moved the directories within the IDE, it's eclipse, and worked on
them for quite long before being ready to commit. I'm using subversive
plugin.
-Original Message-
From: David Weintraub
To: iapazm...@sri.gob.ec
Cc: users@subversion.apache.org
Subject: Re: Commit fails
2011/1/3 Pazmiño Mazón, Iván Andrés :
> Hello,
>
> I've moved some files (java classes) from a directory to another, and
> now commit fails complaining the containing folder doesn't exist
One of the things that trip many people up is that Subversion doesn't
know you
On Jan 3, 2011, at 15:32, Pazmiño Mazón, Iván Andrés wrote:
> Nick wrote:
>
>> svn update on the client
>
> what do you mean? using the client instead of the ide?
Using whatever. Presumably if you're using an IDE that has Subversion support,
it will have a menu or button or something that wil
what do you mean? using the client instead of the ide?
-Original Message-
From: Nick
To: iapazm...@sri.gob.ec
Cc: users@subversion.apache.org
Subject: Re: Commit fails with path not found
Date: Mon, 03 Jan 2011 16:19:56 -0500
svn update on the client
"Clausula de Confidencialida
On Mon, 2011-01-03 at 16:18 -0500, Pazmiño Mazón, Iván Andrés wrote:
> I've moved some files (java classes) from a directory to another, and
> now commit fails complaining the containing folder doesn't exist
>
> svn: Commit failed (details follow):
> svn:
> '/svn/
Hello,
I've moved some files (java classes) from a directory to another, and
now commit fails complaining the containing folder doesn't exist
svn: Commit failed (details follow):
svn: '/svn/app-project/trunk/app-project-web/src/main/webapp/templates'
path not found: 404 No
/repositories/TestRepos/
/home/USERID/Project1
A/home/USERID/Project1/alertlog.dat
Checked out revision 1.
=== so far everithing happened as we expected =
4) After making some changes in the working copy of the repository
on AS400, the command line
l Brewster [mailto:n...@ajmani.org] On Behalf Of Neil Brewster
> Sent: Thursday, August 26, 2010 10:21 AM
> To: users@subversion.apache.org
> Subject: commit fails with "has no ancestry information" error (solved)
>
> I've seen this issue reported in various mailing
I've seen this issue reported in various mailing lists without solutions
(including the 2006 archives of this list!). Recently I found an answer
and wanted to add it to the mailing list archives:
Problem:
> % svn commit -m ''
>
> I get the following error:
>
>
> svn: '/d0/home/tlm/path_to_some_
On Wed, Jul 07, 2010 at 08:19:28AM +0200, Donald Kwakkel wrote:
> Hi All,
>
> This issue seems similair to
> http://subversion.tigris.org/issues/show_bug.cgi?id=3533, but it shows up in
> a different way.
> Should I log a bug for this?
Yes please. Thank you!
Stefan
Hi All,
This issue seems similair to
http://subversion.tigris.org/issues/show_bug.cgi?id=3533, but it shows up in
a different way.
Should I log a bug for this?
Kind regards, Donald
svn, version 1.6.5 (r38866)
compiled Sep 1 2009, 13:23:06
---
echo x > x
svn add x
svn ci -m "add x" x
svn lo
43 matches
Mail list logo