[ https://issues.apache.org/jira/browse/SCM-368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17961192#comment-17961192 ]
ASF GitHub Bot commented on SCM-368: ------------------------------------ jira-importer opened a new issue, #589: URL: https://github.com/apache/maven-scm/issues/589 **[Kurt Tometich](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=boomtown15)** opened **[SCM-368](https://issues.apache.org/jira/browse/SCM-368?redirect=false)** and commented When calling Subversion with relative paths there is a limit of 255 characters to the path length. If you call Subversion with an absolute path that no longer applies and you now have access to 32K chars. I have tried this myself and it does work. Try feeding SVN a path that is relative and is over 255 chars. It will not be able to complete the transaction. Now, try to the same path again only as an absolute path and it will successfully complete the transaction. Here is a link to the forum where I found this information: http://en-us.www.mozilla.com/en-US/firefox/2.0.0.4/firstrun/. --- **Affects:** 1.0 **Issue Links:** - [SCM-371](https://issues.apache.org/jira/browse/SCM-371) problem with long path on windows OS (_**"is duplicated by"**_) - [SCM-481](https://issues.apache.org/jira/browse/SCM-481) cygwin SVN does not understand the target file generated by SvnCommandLineUtils.addTarget() - [SCM-409](https://issues.apache.org/jira/browse/SCM-409) Windows path length limitations can be overcome by feeding an absolute path to SVN (checkout command) - [SCM-555](https://issues.apache.org/jira/browse/SCM-555) paths reported in svn-exe checkout do not match update command (always reports absolute) 2 votes, 2 watchers > Windows path length limitations can be overcome by feeding an absolute path > to SVN > ---------------------------------------------------------------------------------- > > Key: SCM-368 > URL: https://issues.apache.org/jira/browse/SCM-368 > Project: Maven SCM (Moved to GitHub Issues) > Issue Type: Improvement > Components: maven-scm-api > Affects Versions: 1.0 > Environment: Any Windows machine > Reporter: Kurt Tometich > Assignee: Emmanuel Venisse > Priority: Minor > Fix For: 1.1 > > > When calling Subversion with relative paths there is a limit of 255 > characters to the path length. If you call Subversion with an absolute path > that no longer applies and you now have access to 32K chars. I have tried > this myself and it does work. Try feeding SVN a path that is relative and is > over 255 chars. It will not be able to complete the transaction. Now, try > to the same path again only as an absolute path and it will successfully > complete the transaction. Here is a link to the forum where I found this > information: http://en-us.www.mozilla.com/en-US/firefox/2.0.0.4/firstrun/. -- This message was sent by Atlassian Jira (v8.20.10#820010)