Re: Commit fails with path not found

2011-01-24 Thread Pazmiño Mazón , Iván Andrés
(details follow): svn: Directory '.../recursos-revision/recursos-revision-ear/target/.svn' containing working copy admin area is missing -Original Message- From: David Weintraub qazw...@gmail.com To: iapazm...@sri.gob.ec Cc: users@subversion.apache.org Subject: Re: Commit fails with path

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 tracking

Re: Commit fails with path not found

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

Re: Commit fails with path not found

2011-01-07 Thread Johan Corveleyn
2011/1/7 Pazmiño Mazón, Iván Andrés iapm270...@sri.ad: 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
Subject: Re: Commit fails with path not found Date: Fri, 7 Jan 2011 20:43:54 +0100 2011/1/7 Pazmiño Mazón, Iván Andrés iapm270...@sri.ad: 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

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 qazw...@gmail.com 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

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

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 qazw...@gmail.com 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

Re: Commit fails with path not found

2011-01-05 Thread David Weintraub
The command was run on the projects base directory. -Original Message- From: David Weintraub qazw...@gmail.com 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

Re: Commit fails with path not found

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

Re: Commit fails with path not found

2011-01-04 Thread David Weintraub
2011/1/4 Pazmiño Mazón, Iván Andrés iapm270...@sri.ad: 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

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)

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:

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 nos...@codesniffer.com 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

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

Re: Commit fails with path not found

2011-01-03 Thread David Weintraub
2011/1/3 Pazmiño Mazón, Iván Andrés iapm270...@sri.ad: 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