[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: svn export on long paths failed

From: Bert Huijben <bert_at_qqmail.nl>
Date: Fri, 23 Apr 2010 14:12:47 +0200

> -----Original Message-----
> From: Schroeder, Hartmut [mailto:Hartmut.Schroeder_at_plath.de]
> Sent: vrijdag 23 april 2010 13:43
> To: users_at_subversion.apache.org
> Subject: svn export on long paths failed
>
> hi all,
> an 'svn export' under Windows results on a long path in:
>
> svn: Can't open
> 'current\externaltools\build\sources\mavenplugins\pde-maven-
> plugin\tutor
> ials\PDE_Plugin_Tutorial\plugins\test.pde_maven_plugin.simple_applicatio
> n\src\main\java\test\pde_maven_plugin\simple_application\ApplicationWo
> rk
> benchWindowAdvisor.java.tmp': Das System kann den angegebenen Pfad
> nicht
> finden.
>
> with tortoise it's ok.
>
> we have to run that as windows batchfile.
> any idas?

Windows doesn't support long relative paths. If paths get longer than a
certain limit (MAX_PATH minus a few characters) you have to use absolute
paths.

TortoiseSVN as a Windows Explorer extension always uses absolute paths.

        Bert
Received on 2010-04-23 14:13:23 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.