当我在我的回购邮件tortoisesvn
的{{1}}中的命令提示符处使用status
windows 7
时,我会收到以下信息:
basedir
M Build\build.xml
M Build\otherStuff.txt
我希望它能归还:
svn.status.textStatusProperty = normal
svn.status.propStatusProperty = normal
当我进入svn.status.textStatusProperty = modified
svn.status.propStatusProperty = modified
目录并执行相同操作时,我会使用Build
获得以下内容:
tortoisesvn
M build.xml
M otherStuff.txt
这真的很奇怪,因为svn.status.textStatusProperty = unversioned
svn.status.propStatusProperty = non-svn
目录肯定是版本化的。
发生了什么事?我做错了什么?
我正在尝试快速查找svn repo本地副本中的修改。我知道wcversion,但该任务执行时间太长。我希望能用更快的其他东西。
我的方案代码,方案之间唯一变化的是Build
。它更改为指向path="${basedir}"
或basedir
目录。 Build
是我的回购基地。
basedir