i.e.
/var/trunk/ contains the read-only filesystem
/var/developers/<developer> contains a filesystem stacked ontop. This will initially be empty, & cleaned when the user does a SVN checkin, on a per-file basis (if this is indeed possible with a script hook in SVN). When the user saves a file, it get's written here.
I assume this is possible with unionfs. However: what happens when a file gets deleted? I dont want it deleted from the trunk, but it should appear to the developer that it has dissapeared. When they do a svn checkin, then the file can get physicall deleted from trunk (THis has nothing to do with unionFS however). Does unionFS handle this case, or will the developer be unable to delete from their FS.
Cheers Nick
_______________________________________________ unionfs mailing list [email protected] http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs
