当前位置:网站首页>svn中文路径 权限设定
svn中文路径 权限设定
2022-07-30 06:20:00 【bigear_码农】
问题背景:
创建了一个svn库之后,想要对子文件夹的权限进行设置,比如有两个子文件夹,folder1和folder2,folder1对所有人开放,folder2只对部分人开放。
可以使用svn基于路径的授权,设置方法参考(基于路径的授权 (red-bean.com))
将folder1的权限赋予所有人
将folder2的权限赋予部分人
然后发现,如果路径中都是英文,设置正常;但是如果路径中有中文名称的文件夹比如 【/svntest/文档】 这种路径的话,在conf设置文件夹权限的时候,发现权限控制没有起作用
可能原因:
文件夹权限配置conf文件的编码是GBK,导致读取时候没法正确设置文件夹权限
对应方法:
将conf的编码设置为UTF-8,重试,中文路径的权限设置起作用了。
边栏推荐
- 获取controller中所有接口路径和名称
- Ali Ermian: How many cluster solutions does Redis have?I answered 4
- Interview with Ant: How do these technology pioneers do the bottom-level development well?| Excellent technical team interview
- MySQL题外篇【ORM思想解析】
- [GO Language Basics] 1. Why do I want to learn Golang and get started with GO language
- MYSQL 主从恢复锁表后, 处理SQL 线程锁解决.
- IDEA 中CheckStyle安装及使用
- taro 打包编译报错
- MySql详解基础
- this and super
猜你喜欢

谷粒商城--环境部署(2022/7/28最新)

MySQL master-slave replication configuration construction, one step in place

LSF提交作业命令--bsub

潜心打磨,主动求变——这群技术排头兵,如何做好底层开发这件事?

IDEA search plug-in has no results and the solution has been spinning in circles

Keil软件中map文件解析

入选“十大硬核科技”,详解可信密态计算(TECC)技术点

ETL为什么经常变成ELT甚至LET?

ARM体系结构概述

Electron之初出茅庐——搭建环境并运行第一个程序
随机推荐
Ali: How many methods are there for multi-threaded sequential operation?
MySQL off-topic [ORM thought analysis]
Max Sum Plus Plus HDU - 1024
goto语句
Mybitatis相关配置文件
Go语学习笔记 - gorm使用 - 数据库配置、表新增 Web框架Gin(七)
linux安装mysql8参考指引
DP5340国产替代CM5340立体声音频A/D转换器芯片
【Codeforces Round #805 (Div. 3)(A~C)】
C language custom types, rounding
2020 ACM | MoFlow: An Invertible Flow Model for Generating Molecular Graphs
包含min函数的栈(js)
防止资源导出失败
02 多线程与高并发 - synchronized 解析
golang: Gorm configures Mysql multiple data sources
go : go-redis set操作
bean的生命周期
[GO语言基础] 一.为什么我要学习Golang以及GO语言入门普及
How does Redis prevent oversold and inventory deduction operations?
Calculate the inverse source of the matrix (using the adjoint matrix, a 3x3 matrix)