View Issue Details

IDProjectCategoryView StatusLast Update
0000488Subversion for OS/2 & eCSBugpublic2020-08-24 03:14
ReporterSteven Levine Assigned Topsmedley  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
PlatformeCS/OS2OSeComstation or OS/2OS Version1.x 2.x or 4.5
Summary0000488: svn checkout to mapped fails for repository containing symlinks
Description
The checkout command
svn co https://md5deep.svn.sourceforge.net/svnroot/md5deep md5deep

eventually fails with

  A trunk/sample-hashes/hashkeeper/sample-hashkeeper
svn: In directory 'trunk/sample-hashes/hashkeeper'
svn: Can't create symbolic link 'trunk/sample-hashes/hashkeeper/sample-hashkeeper.tmp': APR does not understand this error code

when the working directory is on a mapped drive.

It is possible that svn could find a workaround if the APR error code was mapped to something it expects.

Checkouts to a local volume seem to work OK.


TagsNo tags attached.

Relationships

related to 0000374 closedpsmedley Problem with symlinks 

Activities

Steven Levine

2011-09-19 23:39

manager   ~0001977

Probably related to 0000374: Problem with symlinks

psmedley

2011-09-25 09:31

administrator   ~0001999

easy workaround, stop svn using symlinks :)

psmedley

2011-09-25 09:31

administrator   ~0002000

rebuilding now with:
#if defined(HAVE_SYMLINK) && !defined(__OS2__) /* whilst libc supports symlinks, OS/2's apr doesn't */

which should address the issue

psmedley

2011-09-25 09:44

administrator   ~0002003

http://smedley.info/svn.zip may help

Steven Levine

2011-09-26 04:18

manager   ~0002007

This build allows the md5deep repo to be checked out to workspace on a mapped drive without errors.

psmedley

2011-09-26 09:15

administrator   ~0002009

I believe this is fixed with an svn.exe dated 25th September or greater

Issue History

Date Modified Username Field Change
2011-09-19 23:36 Steven Levine New Issue
2011-09-19 23:39 Steven Levine Note Added: 0001977
2011-09-25 09:31 psmedley Note Added: 0001999
2011-09-25 09:31 psmedley Note Added: 0002000
2011-09-25 09:44 psmedley Note Added: 0002003
2011-09-26 04:15 Steven Levine Relationship added related to 0000374
2011-09-26 04:18 Steven Levine Note Added: 0002007
2011-09-26 09:15 psmedley Note Added: 0002009
2011-09-26 09:15 psmedley Status new => resolved
2011-09-26 09:15 psmedley Resolution open => fixed
2011-09-26 09:15 psmedley Assigned To => psmedley
2020-08-24 03:14 psmedley Status resolved => closed