有没有办法从远程SVN位置读取Properys?
我想在远程复制中读取单个文件的版本号,并将它们同步。
我到目前为止唯一发现的是“SVN INFO”
我现在简单地在“修订版”上制作一个grep,但这并不是一个明智的方法。
答案 0 :(得分:0)
svn信息应该有用
尝试svn info http://host/the/location/of/your/file
它应该为您提供包含
的信息Path: file
Name: file
URL: http://host/the/location/of/your/file
Repository Root: http://host/the
Repository UUID: balbalbal-blabalbal
Revision: 2
Node Kind: file
Last Changed Author: someone
Last Changed Rev: 2
Last Changed Date: 2010-07-16 10:34:18 +0800 (Fri, 16 Jul 2010)
Last Changed Rev就是您所需要的