Re: subversion changes file permissions on commit

2013-10-21 Thread Attila Nagy
On 10/15/2013 08:09 AM, Attila Nagy wrote: I store OS images in svn, so I need to record file permissions and ownership. For this, I use properties. But svn changes real file permissions: OK, long story short. Isn't this a security issue? $ ls -li zzz 4262518 -rw--- 1 bra bra 0 Oct 21

svn "must be ancestrally related to" issue

2013-10-21 Thread Z W
Hi All We are using 1.6 SVN. We have been syncing trunk to branch A and they are both synced up and ready for merge. We are trying to svn merge branch A to our trunk. But the branch was not created right in that it has a missing directory. eg. branch A has src directory src Trunk has src and in

Re: svn "must be ancestrally related to" issue

2013-10-21 Thread Branko Čibej
On 21.10.2013 19:10, Z W wrote: > Hi All > > We are using 1.6 SVN. > We have been syncing trunk to branch A and they are both synced up and > ready for merge. > We are trying to svn merge branch A to our trunk. > But the branch was not created right in that it has a missing directory. > > eg. > bra

Re: svn "must be ancestrally related to" issue

2013-10-21 Thread Branko Čibej
On 21.10.2013 23:11, Z W wrote: > Hi Brane > > Thanks for responding. > > At ^/trunk, we have mergeinfo available. > At ^/feature/atlas we have mergeinfo available. > At ^/trunk/src, there's no mergeinfo available > At ^/feature/atlas/src there's no mergeinfo available. > > So would merging at src

Re: subversion changes file permissions on commit

2013-10-21 Thread Branko Čibej
On 21.10.2013 18:16, Attila Nagy wrote: > On 10/15/2013 08:09 AM, Attila Nagy wrote: >> >> I store OS images in svn, so I need to record file permissions and >> ownership. For this, I use properties. >> But svn changes real file permissions: > OK, long story short. Isn't this a security issue? No,

Re: subversion changes file permissions on commit

2013-10-21 Thread Thorsten Schöning
Guten Tag Branko Čibej, am Dienstag, 22. Oktober 2013 um 07:13 schrieben Sie: > No, because Subversion does not promise to restore original file > permissions, and therefore you shouldn't rely on it to do so. It's not about restoring, but not changing them during/after a commit. Mit freundlichen