RE: Strange log "path not found" behaviour

2013-05-22 Thread Bert Huijben
> -Original Message- > From: cz02 [mailto:c...@cdak.net] > Sent: woensdag 22 mei 2013 12:21 > To: users@subversion.apache.org > Subject: Strange log "path not found" behaviour > > I'm getting a strange log path not found behaviour if I query for &g

Strange log "path not found" behaviour

2013-05-22 Thread cz02
I'm getting a strange log path not found behaviour if I query for multiple revisions: i:\>svn log https://server/svn/core/base/trunk -r7114 i:\>svn log https://server/svn/core/base/t

Re: Path not found

2012-12-24 Thread Nico Kadel-Garcia
hine I have the > following message: > svn: E160013: '/svn/repo/!svn/vcc/default' path not found > > Have you got an idea of the problem? Which operating system? And what does your Apache configuration file for your repository look like?

Re: Path not found

2012-12-24 Thread Johan Corveleyn
hine I have the > following message: > svn: E160013: '/svn/repo/!svn/vcc/default' path not found > > Have you got an idea of the problem? Maybe a proxy interfering with the client/server communication? Some proxies do not handle the WebDAV communication (which subversion uses)

Path not found

2012-12-23 Thread Gautier DI FOLCO
Hi all, I have a quite annoying problem, I use svn 1.6.15 with mod_dav on Apache HTTPd 2.2.8 on the server side and sevral clients. When I try to checkout on the same computer, it works, but on an other machine I have the following message: svn: E160013: '/svn/repo/!svn/vcc/default'

Re: Subversion 1.7 server & client issue : not able to commit E160013 path not found

2012-03-27 Thread Nico Kadel-Garcia
160013: Commit failed (details follow):* > *svn: E160013: '/svn/RDR/!svn/me' path not found* > > I am able to checkout and update with 1.7 client but not able to commit. > > My apache version is 2.3 and OS is centos 5.4. > > Backup your system first. Second, you're run

Re: Subversion 1.7 server & client issue : not able to commit E160013 path not found

2012-03-27 Thread Philip Martin
depends how the other modules work. Fixing > it may require code changes in the non-Subversion modules. The error > message: > > svn: E160013: '/svn/RDR/!svn/me' path not found > > is exactly what happens when some other module intercepts POST requests > intended for m

Re: Subversion 1.7 server & client issue : not able to commit E160013 path not found

2012-03-26 Thread Philip Martin
ode changes in the non-Subversion modules. The error message: svn: E160013: '/svn/RDR/!svn/me' path not found is exactly what happens when some other module intercepts POST requests intended for mod_dav_svn. -- Philip

Re: Subversion 1.7 server & client issue : not able to commit E160013 path not found

2012-03-26 Thread vishwajeet singh
On Mon, Mar 26, 2012 at 11:48 PM, Philip Martin wrote: > vishwajeet singh writes: > > >> > *svn: E160013: Commit failed (details follow):* > >> > *svn: E160013: '/svn/RDR/!svn/me' path not found* > > > >> "SVNAdvertiseV2Protocol off

Re: Subversion 1.7 server & client issue : not able to commit E160013 path not found

2012-03-26 Thread Philip Martin
vishwajeet singh writes: >> > *svn: E160013: Commit failed (details follow):* >> > *svn: E160013: '/svn/RDR/!svn/me' path not found* > >> "SVNAdvertiseV2Protocol off" might be a workaround. >> >> Note that there are known issues with htt

Re: Subversion 1.7 server & client issue : not able to commit E160013 path not found

2012-03-26 Thread Daniel Shahaf
everything > works fine for 1.6 client and 1.7 server. > But when I upgrade to 1.7 client my commit fails with following error > > *svn: E160013: Commit failed (details follow):* > *svn: E160013: '/svn/RDR/!svn/me' path not found* > > I am able to checkout and upda

RE: svnsync path not found

2011-05-24 Thread Chris Evans
> -Original Message- > From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Sent: 23 May 2011 18:37 > > issue #3641 (to be fixed in 1.6.17) perhaps? It looks like this issue is related to moved and copied files. The file in questions hasn't been, just modified and committed. -

Re: svnsync path not found

2011-05-23 Thread Daniel Shahaf
; > svnsync: > '/svn/repo/PROJECTTest/trunk/PROJECT/Util/Test/TestSvn/TestCommitFile/ExistingFile.txt' > path not found > > That file looks fine using svn log and svn cat.I get the following errors on > the target SVN server: > > Could not CHECKOUT res

svnsync path not found

2011-05-23 Thread Chris Evans
ile/ExistingFile.txt' path not found That file looks fine using svn log and svn cat.I get the following errors on the target SVN server: Could not CHECKOUT resource /svn/ repo /!svn/ver/222731/PROJECTTest/trunk/PROJECT/Util/Test/TestSvn/TestCommitFile/ExistingFile.txt. [409, #

Re: Commit fails with path not found

2011-01-24 Thread Pazmiño Mazón , Iván Andrés
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

Re: Commit fails with path not found

2011-01-10 Thread David Weintraub
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

Re: Commit fails with path not found

2011-01-07 Thread Pazmiño Mazón , Iván Andrés
with path not found Date: Fri, 7 Jan 2011 20:43:54 +0100 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 res

Re: Commit fails with path not found

2011-01-07 Thread Johan Corveleyn
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      . > !

Re: Commit fails with path not found

2011-01-07 Thread Pazmiño Mazón , Iván Andrés
.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

Re: Commit fails with path not found

2011-01-06 Thread David Weintraub
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

Re: Commit fails with path not found

2011-01-06 Thread Pazmiño Mazón , Iván Andrés
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.

Re: Commit fails with path not found

2011-01-05 Thread David Weintraub
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- >

Re: Commit fails with path not found

2011-01-05 Thread Pazmiño Mazón , Iván Andrés
/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

Re: Commit fails with path not found

2011-01-04 Thread David Weintraub
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

Re: Commit fails with path not found

2011-01-04 Thread Pazmiño Mazón , Iván Andrés
with path not found Date: Mon, 3 Jan 2011 17:31:47 -0500 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 m

Re: Commit fails with path not found

2011-01-03 Thread David Weintraub
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've moved something until you te

Re: Commit fails with path not found

2011-01-03 Thread Ryan Schmidt
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

Re: Commit fails with path not found

2011-01-03 Thread Pazmiño Mazón , Iván Andrés
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

Re: Commit fails with path not found

2011-01-03 Thread Nick
app-project/trunk/app-project-web/src/main/webapp/templates' > path not found: 404 Not Found (https://xxx) > > The path in the message is the path where the file used to be and in > the > eclipse IDE the folder and file both have a red arrow over them. > > I've trie

Commit fails with path not found

2011-01-03 Thread 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 svn: Commit failed (details follow): svn: '/svn/app-project/trunk/app-project-web/src/main/webapp/templates' path not found: 404 No

Space in filename causes path not found on commit

2010-06-19 Thread Onno van der Straaten
Hi all, I'm trying to cleanup a repository a bit. While renaming and moving files/folders I noticed that commit at times fail with the message "path not found". I think this is caused by filenames with spaces. I could easily reproduce this on a personal repository I have a co o

Re: svn diff 'path not found' and 'Error reading spooled REPORT request response'

2010-01-22 Thread Andrey Repin
Greetings, Dan Poirier! > You were right - my attempt to put subversion at / is the root of my > problem. I was rewriting GET requests to go to viewvc, but looking at > access logs, subversion is doing a GET as part of this command. > I'm not sure why so much other stuff worked, leading me to mi

Re: svn diff 'path not found' and 'Error reading spooled REPORT request response'

2010-01-22 Thread Dan Poirier
You were right - my attempt to put subversion at / is the root of my problem. I was rewriting GET requests to go to viewvc, but looking at access logs, subversion is doing a GET as part of this command. I'm not sure why so much other stuff worked, leading me to mistakenly think subversion was nev

Re: svn diff 'path not found' and 'Error reading spooled REPORT request response'

2010-01-22 Thread Dan Poirier
> "Bert" == Bert Huijben writes: Bert> At which level in this url is your repository located? /, as you guessed. Bert> Can you quote the relevant porting from your apache config? Bert> (Most likely the block). Here you go. Maybe I'm getting too clever with mod_rewrite to try t

Re: svn diff 'path not found' and 'Error reading spooled REPORT request response'

2010-01-22 Thread Stefan Sperling
> svn: '/!svn/bc/23694/dir1/PROJECT/trunk/README' path not found > > I don't see any command line options, or options for mod_dav_svn, to log > more information as it runs. Would rebuilding subversion with > --enable-debug and --enable-maintainer-mode provide

RE: svn diff 'path not found' and 'Error reading spooled REPORT request response'

2010-01-22 Thread Bert Huijben
> -Original Message- > From: news [mailto:n...@ger.gmane.org] On Behalf Of Dan Poirier > Sent: vrijdag 22 januari 2010 12:59 > To: users@subversion.apache.org > Subject: Re: svn diff 'path not found' and 'Error reading spooled REPORT > request response

Re: svn diff 'path not found' and 'Error reading spooled REPORT request response'

2010-01-22 Thread Dan Poirier
We've found an (apparently) simpler case of what looks like the same error: $ svn ls https://domain.example/dir1/PROJECT/trunk/README README $ svn cat https://domain.example/dir1/PROJECT/trunk/README svn: '/!svn/bc/23694/dir1/PROJECT/trunk/README' path not found I don't

svn diff 'path not found' and 'Error reading spooled REPORT request response'

2010-01-21 Thread Dan Poirier
om/dir1/PROJECT/tags/PROJECT_3_1_154 \ https://domain.example.com/dir1/PROJECT/trunk svn: '/!svn/bc/23689/dir1/PROJECT/tags/PROJECT_3_1_154/src/utils/Filename.java' path not found svn: Error reading spooled REPORT request response Version: subversion 1.6.6 Server: Apache httpd 2.2.14 w