I have a multi-module flat maven project, when I run mvn release:prepare it returns with following error:

svn: '/parent/path' is not a working copy

I have found that this is known issue with flat projects (261 & 516).

Is there any workaround for this issue?

link|improve this question

71% accept rate
feedback

1 Answer

I was trying to make it work on my previous project and eventually gave up and converted to hierarchical structure in SVN. As you pointed out it's well known issue (or feature) with SVN.

Some people suggested to try SVN 'links' but I haven't tried that myself.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.