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 Not Found (https://xxx) T

Re: Commit fails with path not found

2011-01-03 Thread Nick
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/app-project/trunk/app-project-web/

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 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 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-04 Thread 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. -Original Message- From: David Weintraub To: iapazm...@sri.gob.ec Cc: users@subversion.apache.org Subject: Re: Commit fails

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-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-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-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-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-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-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
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

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-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