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

RE: Windows filename length limit

From: Keith Moore <Keith.Moore_at_securency.com>
Date: Fri, 25 Jul 2008 10:19:11 +1000

I believe the Windows limit applies to API path parameters. If you CD to the directory that you want to commit and run the command from there it should work.

Something like:-
CD really\long\path
svn commit . -m "Some message"

I've ran into this problem before, I think the MAX_PATH system constant is 260 for a file name and 248 for a directory.
_________________________________________________________________
Keith Moore

-----Original Message-----
From: Alex Postnikov [mailto:pas_at_comindwork.com]
Sent: Thursday, 24 July 2008 20:24
To: users_at_subversion.tigris.org
Subject: Windows filename length limit

Hi everyone!

It seems like I'm running into trouble with Windows limit on 'file path'
length.
(Someone here already said it's limited to 250 chars)

I have a SVN storage and try to update using Command Line SVN client.

Has anyone invented any workaround for this problem?

svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup'
and
try again
svn: Can't open file 'SLAVYANSKIY\@___________ ___\____________\________ _
_____
_____\___ _____\1_ _______\Satisfaction (Feldman and Bank Slavyansky v.
Ukraine)
\_______ Satisfaction\.svn\tmp\text-base\__________ ______.pdf.svn-base':
The system cannot find the path specified.

(I'm using Subversion command-line client, version 1.4.6.)

Thanks!
Alex Postnikov

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org

#####################################################################################
Attention:
The information contained in this message and or attachments is intended
only for the person or entity to which it is addressed and may contain
confidential and/or privileged material. Any review, retransmission,
dissemination or other use of, or taking of any action in reliance upon,
this information by persons or entities other than the intended recipient
is prohibited. If you received this in error, please contact the sender and
delete the material from any system and destroy any copies.
#####################################################################################

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-26 06:29:36 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.