[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

permissions of project files

From: Juan Jose Natera <naterajj_at_gmail.com>
Date: 2006-05-12 21:01:50 CEST

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
Received on Fri May 12 21:03:13 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.