On Thu, Mar 11, 2021 at 3:56 PM Daniel Sahlberg
wrote:
> Den ons 10 mars 2021 kl 16:21 skrev Zhao Wu :
>
>> To whom it may concern,
>>
>> Is it possible to put one directory in a repo on a mounted directory? We
>> need this for several reasons:
>>
>
> When you mention "repo", is it actually the r
On Wed, Mar 10, 2021 at 10:21 AM Zhao Wu wrote:
>
> To whom it may concern,
>
> Is it possible to put one directory in a repo on a mounted directory? We need
> this for several reasons:
> 1. sensitive files must be kept on encrypted file system, but to put the
> entire repo is too slow;
> 2. som
Sorry for the confusion. By "repo" I mean the working copy that a user
checks out. Svn1.6.x used to follow symlinks when checking out a copy, but
since svn1.7.x all checked out directories must reside on the same file
system (i.e. no symlinks or mount points). As many stackoverflow users
have poin
Daniel Sahlberg wrote on Thu, Mar 11, 2021 at 08:56:27 +0100:
> Den ons 10 mars 2021 kl 16:21 skrev Zhao Wu :
> > 1. sensitive files must be kept on encrypted file system, but to put the
> > entire repo is too slow;
> >
>
> Since you most probably have multiple working copies and individual
> deve