English 中文(简体)
FTP 在当地安装的用于SVN存放处的夹
原标题:FTP folders mounted locally used for SVN repository
  • 时间:2012-05-16 08:05:48
  •  标签:
  • linux
  • svn
  • ftp

I would like to create a SVN repository remotely using FTP protocol. Is it advisable to do the following steps

  1. mount the FTP directory as local with culftpfs
  2. create a repository as if it is local with svnadmin create
  3. use it like in everyday life?

你们是否知道这种做法有什么问题?

MY ATTEMPT

我确实尝试过了一个好事,但我却看到了一种像时间那样的er。 真正的问题是,这种做法过于缓慢。 每次复制存放处的解决办法都比较可行或简单,以备文件夹。

最佳回答

这是一种危险的做法,但如果你独自工作(如在“单一用户”中),就会发挥作用。 最大的问题是:

  • You cannot provide exclusive locking mechanics over network
  • All Users will have direct access to all repositorie s internal files, if somebody deletes a file in revs, your repository is damaged beyond repair

你们应该 with一把一把一刀子。

SVNAutoversioning on

那么,你可以把你作为“网络发展”的手脚。 对这些档案的每一改动都将产生一项单一承诺,无需一份工作范围。

问题回答

暂无回答




相关问题
Signed executables under Linux

For security reasons, it is desirable to check the integrity of code before execution, avoiding tampered software by an attacker. So, my question is How to sign executable code and run only trusted ...

encoding of file shell script

How can I check the file encoding in a shell script? I need to know if a file is encoded in utf-8 or iso-8859-1. Thanks

How to write a Remote DataModule to run on a linux server?

i would like to know if there are any solution to do this. Does anyone? The big picture: I want to access data over the web, using my delphi thin clients. But i´would like to keep my server/service ...

How can I use exit codes to run shell scripts sequentially?

Since cruise control is full of bugs that have wasted my entire week, I have decided the existing shell scripts I have are simpler and thus better. Here is what I have so far svn update /var/www/...

Good, free, easy-to-use C graphics libraries? [closed]

I was wondering if there were any good free graphics libraries for C that are easy to use? It s for plotting 2d and 3d graphs and then saving to a file. It s on a Linux system and there s no gnuplot ...

热门标签