The delete of .svn directories probably happens as part of the
renaming packages logic. I'm not sure if we can change that or retain
current directories. Currently, we expect full-source to be run at the
beginning of a project rather than after you've written code.

This is mainly because running full-source will overwrite any local
files you've modified. While I can see a more desireable feature to be
that local changes aren't overwritten, I can also see that overwriting
files might make it possible to use "appfuse:full-source" to upgrade.
Of course, to make full-source upgrading possible, we'd have to fix
the "delete .svn directories" issue you're seeing. ;-)

Matt

On 10/30/07, Daryl Handley <[EMAIL PROTECTED]> 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]
>
>


-- 
http://raibledesigns.com

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

Reply via email to