#5508 on some filesystems, error when deleting SVN r1 working copy dir

v1.0.0
closed
SCM
nobody
2015-08-20
2012-12-23
No

SVN creates a temp dir to do an initial r1 commit. For some reason (maybe when upgraded to svn 1.7) a file handle is left open, and then the rmtree() for that working dir fails if the filesystem is on FUSE or NFS. Making this a configurable directory (default /tmp) should avoid that and let the delete succeed despite the file.

Discussion

  • Dave Brondsema

    Dave Brondsema - 2012-12-23
    • status: in-progress --> validation
     
  • Dave Brondsema

    Dave Brondsema - 2013-01-02
    • status: validation --> closed
     
  • Dave Brondsema

    Dave Brondsema - 2013-01-09
    • labels: --> p2
     

Log in to post a comment.