开发者

queue revprop for commit

开发者 https://www.devze.com 2023-03-06 07:34 出处:网络
I would like to queue a revprop for the next commit. I can do svn commit -m \"some commit log\" --with-revprop \"myprop=some value\", but I开发者_开发技巧 don\'t want to have to include the revprop i

I would like to queue a revprop for the next commit.

I can do svn commit -m "some commit log" --with-revprop "myprop=some value", but I开发者_开发技巧 don't want to have to include the revprop in the commit commandline. Essentially I want to have it as part of the working copy state like all the revisioned tree, text, and property changes are.

Is there a way to do this?


I think you are looking for "svn propset"

0

精彩评论

暂无评论...
验证码 换一张
取 消