You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Juan Jose Natera <na...@gmail.com> on 2006/05/12 19:01:50 UTC

permissions of project files

Hi everyone,

I need to import a project to the repository, say:

-rw-rw-r-- smorocho/tech     0 2006-05-12 09:17:16 proj1/trunk/file1
-rw-rw-r-- jnatera/tech           0 2006-05-12 09:17:18 proj1/trunk/file3
-rw-r--r-- smorocho/tech       0 2006-05-12 09:17:17 proj1/trunk/file2
-rwxr-xr-x apache/apache     0 2006-05-12 09:17:24 proj1/trunk/file5.cgi
-rwxrwxr-x smorocho/tech     0 2006-05-12 09:17:21 proj1/trunk/file4.cgi

$ svn import proj1 file:///home/jnatera/myrepos/proj1 -m test

Then when I export it:

$ svn export file:///home/jnatera/myrepos/proj1 proj2

The files look like this:

-rw-rw-r--    1 jnatera  jnatera         0 May 12 00:59 proj2/trunk/file1
-rw-rw-r--    1 jnatera  jnatera         0 May 12 00:59 proj2/trunk/file2
-rw-rw-r--    1 jnatera  jnatera         0 May 12 00:59 proj2/trunk/file3
-rwxrwxr-x    1 jnatera  jnatera         0 May 12 00:59 proj2/trunk/file4.cgi
-rwxrwxr-x    1 jnatera  jnatera         0 May 12 00:59 proj2/trunk/file5.cgi

So, as you can see I lost the owner and permissions information, is
there a way to avoid this?

Thanks in advance,

JJ

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org