Reduce the disk space used by a subversion working copy, by storing only a single copy of unmodified files. (Subversion check out, reduced disk)
Be the first to post a text review of scord. Rate and review a project by clicking thumbs up or thumbs down in the right column.
A sprinkle of Mac OS X build process improvements.
A sprinkle of Mac OS X build process improvements.
- Mac OS X: add a DMG for binary distribution - Mac OS X: add automount support - Add "delayed unshare" support: unshare a file only when it changes, instead of as soon as the file is opened for writing - Allow modification of shared files even when the file is open elsewhere - Improve and correct shared file modification and access time tracking: when sharing two files, set the shared file's mtime and atime to the working copy's times. The old behavior was to generally use the max of the times. For systems like make, the new approach both avoids needless file regeneration after an operation such as 'svn add; svn commit' and ensures that working copy mtimes do not unintentionally decrease. - Nanosecond timestamp bug fix: the nanosecond portion of a shared file's access time was mistakingly set using the working copy's modification time, when it should be set using the access time - Fix compile errors for gcc 4.3
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?