FYI, this is happenning on TortoiseSVn and Subclipse and I guess could be considered a bug in those SVN clienst since they should probably create the dir if it doesn't exist.

Daryl Handley wrote:
When I run appfuse:full-source, it removes my .svn/tmp dirs. Not sure if this is a bug or not (or if anyone else has experienced it), but it causes me to not be able to checkin or revert any of my code.

My fix was to run

 find . -name .svn -exec mkdir {}/tmp  \;

from the root of my project and it seems to be ok now.


Daryl


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to