You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Radek Podgorny <ra...@podgorny.cz> on 2003/12/17 18:32:44 UTC

chmod

Hi,

I'm quite new to SVN but I really like it! Great work!

Unfortunately, there is one thing I don't like. When someone commits the files 
from Windows, they all have the executable flags set. Checking them out, 
chmoding and commiting them again has no result... :-( Is there any "svn" or 
"svnadmin" feature to help me changing the access rights?

Another small thing. It it possible to "cut-off" old revisions? Let's say I 
don't want to support a 10-year old versions so I want the rev. 123 to be the 
"TAIL" (as opposed to HEAD - the oldes revision) to save some space?

Thanks a lot...
Radek Podgorny


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

Re: chmod

Posted by Branko Čibej <br...@xbc.nu>.
kfogel@collab.net wrote:

>Radek Podgorny <ra...@podgorny.cz> writes:
>  
>
>>I'm quite new to SVN but I really like it! Great work!
>>    
>>
>
>Thanks!
>
>  
>
>>Unfortunately, there is one thing I don't like. When someone commits
>>the files from Windows, they all have the executable flags
>>set. Checking them out, chmoding and commiting them again has no
>>result... :-( Is there any "svn" or "svnadmin" feature to help me
>>changing the access rights?
>>    
>>
>
>I don't know the answer to this.
>  
>
It seems like he's saying that Subversion on Windows is setting teh
svn:executable property, although it shouldn't, because
svn_io_is_file_executable always returns false on Windows.

We need the output of "svn pl -v <file>" on your added files, and also
your auto-props setup (if any).

-- 
Brane Čibej   <br...@xbc.nu>   http://www.xbc.nu/brane/

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

Re: chmod

Posted by kf...@collab.net.
Radek Podgorny <ra...@podgorny.cz> writes:
> I'm quite new to SVN but I really like it! Great work!

Thanks!

> Unfortunately, there is one thing I don't like. When someone commits
> the files from Windows, they all have the executable flags
> set. Checking them out, chmoding and commiting them again has no
> result... :-( Is there any "svn" or "svnadmin" feature to help me
> changing the access rights?

I don't know the answer to this.

> Another small thing. It it possible to "cut-off" old revisions? Let's
> say I don't want to support a 10-year old versions so I want the
> rev. 123 to be the "TAIL" (as opposed to HEAD - the oldes revision) to
> save some space?

Maybe 'svnadmin dump', edit dumpfile, 'svnadmin load'?

These sorts of questions are more appropriate for the users@ list, so
I've routed it there.

Best,
-Karl


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