Discussion:
SVN, File Encryption & NTFS Flags
Tom Powell
2014-04-14 13:42:35 UTC
Permalink
Hi,

Firstly, apologies if this is the wrong discussion, but I thought it would be better targeted here, given that it's technical information I'm looking for.

Our Devs use Tortoise SVN 1.8 with great success, but we're having a ^potential^ issue with the interaction between SVN and the software we use to encrypt our disks with, 'Safend Encryption' and as a result we're seeing some files fail to decrypt properly after a while (please bare with me).

I've had a long running support case open with Safend and don't appear to be getting very far with them, but they've requested some technical information about Tortoise SVN and what NTFS flags it adds to the files that are created on the client when performing an update from the repository. Namely, whether Tortoise adds the 'Marked for Sync' or 'Marked for Deletion' NTFS flags. I've had a look at the architecture documents, but they don't appear to go down to the NTFS level.

I've be really grateful if someone could let me know what flags Tortoise sets, if it sets anything, or whether this is a crazy line of inquiry.

Many thanks,

Tom

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3076472

To unsubscribe from this discussion, e-mail: [dev-***@tortoisesvn.tigris.org].
Stefan Küng
2014-04-14 19:52:55 UTC
Permalink
Post by Tom Powell
Hi,
Firstly, apologies if this is the wrong discussion, but I thought it
would be better targeted here, given that it's technical information
I'm looking for.
Our Devs use Tortoise SVN 1.8 with great success, but we're having a
^potential^ issue with the interaction between SVN and the software
we use to encrypt our disks with, 'Safend Encryption' and as a result
we're seeing some files fail to decrypt properly after a while
(please bare with me).
I've had a long running support case open with Safend and don't
appear to be getting very far with them, but they've requested some
technical information about Tortoise SVN and what NTFS flags it adds
to the files that are created on the client when performing an update
from the repository. Namely, whether Tortoise adds the 'Marked for
Sync' or 'Marked for Deletion' NTFS flags. I've had a look at the
architecture documents, but they don't appear to go down to the NTFS
level.
I've be really grateful if someone could let me know what flags
Tortoise sets, if it sets anything, or whether this is a crazy line
of inquiry.
There are no special NTFS flags that are set. Only the common ones like
FILE_ATTRIBUTE_NORMAL, FILE_ATTRIBUTE_TEMPORARY.

However, svn makes use of file-locking mechanisms that other
applications usually don't. That's why it's not recommended to store
neither a working copy nor a repository on a network share.

Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest interface to (Sub)version control
/_/ \_\ http://tortoisesvn.net

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3076507

To unsubscribe from this discussion, e-mail: [dev-***@tortoisesvn.tigris.org].
Tom Powell
2014-04-17 08:59:48 UTC
Permalink
Thanks for the prompt response Stefan, much appreciated.

Tom

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3076649

To unsubscribe from this discussion, e-mail: [dev-***@tortoisesvn.tigris.org].
Loading...