Stramel, Jay a écrit :
When I try to check out the entire maven project (svn co
https://svn.apache.org/repos/asf/maven/trunks
<https://svn.apache.org/repos/asf/maven/trunks> ) I get an error on the
"plugins\maven-clover-plugin\src\it\maven-clover-plugin-sample-multiproject\
maven-clover-plugin-sample-multiproject-module1\src\test\java\org\apache\mav
en\plugin\clover\samples\multiproject\.svn\tmp\text-base\SimpleTest.java.svn
-base" file:

svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup'
and try again

svn: Can't open file
'apache\plugins\maven-clover-plugin\src\it\maven-clover-plugin-sample-multip
roject\maven-clover-plugin-sample-multiproject-module1\src\test\java\org\apa
che\maven\plugin\clover\samples\multiproject\.svn\tmp\text-base\SimpleTest.j
ava.svn-base': The system cannot find the path spec

ified.

I don't think that anything is actually corrupt, I just think that the file
name is too long.  Is there a workaround for this?

Yes, it's a filename length problem. I guess you're unser windows.
Windows doesn't accept filename lenght with more then 256 characters. So, you need to checkout maven in parent directory (near the first directory level)

Emmanuel


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

Reply via email to