Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用以下方法向我的 SVN 添加了一个属性:
svn propset MyProp "MyValue" .
我确实做到了:
svn ci -m "add some prop stuff..."
但现在我尝试在提交后挂钩中读取此属性:
/usr/bin/svnlook proplist $1 -t $2 --verbose .
但我得到的只是:什么都没有。那里有什么问题?应该有财产...
在 post-commit 钩子中,您已经进行了修订,而不是事务