execute settings on files imported from SVN
![]()
Paul Newman (1●3●3)
| asked Dec 04 '13, 3:09 p.m.
retagged Dec 13 '13, 2:11 p.m. by David Lafreniere (4.8k●7)
Is there a method to import linux files with typical unix permission bits and ACLs into a new RTC project repository? The first cut made importing our source tree has caused all our executable scripts to loose the execute settings.
We are using RTC 4.0.0.1 thanks. |
One answer
![]()
Hi Paul.
Are you using the RTC SVN dump file importer? It should preserve the "svn:executable" property on any file in your SVN repository that has it. You can verify that it's preserved by looking at the file's Jazz Source Control properties in the RTC Eclipse client - the "Executable" property should be "true". When you subsequently load that file from your RTC repository, the loader will set the "user" executable bit.
RTC (including the SVN importer) does not preserve any other Unix-style permissions. See this RTC enhancement request for details:
-Matt
|