Apparently there is a workaround for that in Subversion FAQ
http://subversion.tigris.org/faq.html#long-paths
It even work from Subclipse, but only if I don't use default workspace
location and specify absolute path where project should be checked out.
So, it seems like this error happen because Subclipse is using path like
C:/fooo/boo instead of true Windows paths like C:\fooo\boo, but if I
manually specify path like the latter one pointing to the workspace
location, Subclipse fail to create project on checkout. Is there any way
to address this?
Thanks
Eugene
Eugene Kuleshov wrote:
> This is probably not really related to Subclipse and most likely a
> general issue with windows SVN client, but I wonder if someone have
> any insights on this. I am experiencing this issue from Subclipse and
> from the command line.
>
> I've tried to checkout maven/components from trunk. It is failing
> now, but probably going to be fixed soon, so you could try to checkout
> rev 613039):
>
> svn co https://svn.apache.org/repos/asf/maven/components/trunk
> ....
> A
> trunk\maven-embedder\src\test\error-reporting-projects\testReportUnresolvableArtifactWhileAddingExtensionPlugin\local-repo\org\apache\maven\errortest\testReportUnresolvableArtifactWhileAddingExtensionPlugin-maven-plugin\1
>
> svn: REPORT request failed on '/repos/asf/!svn/vcc/default'
> svn: Your .svn/tmp directory may be missing or corrupt; run 'svn
> cleanup' and try again
> svn: Can't open file
> 'trunk\maven-embedder\src\test\error-reporting-projects\testReportUnresolvableArtifactWhileAddingExtensionPlugin\local-repo\org\apache\maven\errortest\testReportUnresolvableArtifactWhileAddingExtensionPlugin-maven-plugin\1\.svn\tmp\text-base\testReportUnresolvableArtifactWhileAddingExtensionPlugin-maven-plugin-1.pom.svn-base':
> The system cannot find the path specified.
>
> From the above error it seems like path is too long on windows, so I
> wonder if there is any way to workaround this limitation?
>
> Thanks
>
> Eugene
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: dev-help_at_subclipse.tigris.org
Received on 2008-01-18 06:04:55 CET