post 提交电子邮件的提交挂钩详细信息中数字的含义
Meaning of numbers in post commit hook details of commit email
我收到以下提交消息,但我试图找出两件事 0700 和 57。与提交有什么关系 - 知道吗?
A commit has been made to the IAPAdmin repository
*** Commit Information ***
jambhus
2015-04-03 08:58:50 -0700 (Fri, 03 Apr 2015) 57
Adding new file App_new1.java and deleting file App3.java
*** Changed Files ****
D trunk/Alpha/src/main/java/jar/App3.java
A trunk/Alpha/src/main/java/jar/App_new1.java
输出是由 svnlook
命令创建的,该命令声称执行以下操作:
Print the author, datestamp, log message size, and log message.
-0700
应该是你的时区。 UTC-7 听起来很熟悉吗?
57
是以字节为单位的日志消息的大小
我收到以下提交消息,但我试图找出两件事 0700 和 57。与提交有什么关系 - 知道吗?
A commit has been made to the IAPAdmin repository
*** Commit Information ***
jambhus
2015-04-03 08:58:50 -0700 (Fri, 03 Apr 2015) 57
Adding new file App_new1.java and deleting file App3.java
*** Changed Files ****
D trunk/Alpha/src/main/java/jar/App3.java
A trunk/Alpha/src/main/java/jar/App_new1.java
输出是由 svnlook
命令创建的,该命令声称执行以下操作:
Print the author, datestamp, log message size, and log message.
-0700
应该是你的时区。 UTC-7 听起来很熟悉吗?57
是以字节为单位的日志消息的大小