Svn はリビジョンの自動番号を生成しています。
RevNo Date Desc
1 2012-01-01 Initial directories are created
2 2012-01-02 Something added
3 2012-03-10 something changed
4 2012-03-18 Ready for Release_1.0 and tags/Release_1.0 is ok
5 2012-03-19 Bug fixed
6 2012-03-18 Release_1.0.1
revNo 4 を 1.0 に変更できますか? 次のようなリリース番号を保持できるプロパティを追加できますか。
ReleaseNo RevNo Date Desc
0 1 2012-01-01 Initial directories are created
0 2 2012-01-02 Something added
0 3 2012-03-10 something changed
1.0 4 2012-03-18 Ready for Release_1.0 and tags/Release_1.0 is ok
0 5 2012-03-19 Bug fixed
1.0.1 6 2012-03-18 Release_1.0.1
また、プロパティを追加できる場合、 by を使用して取得するにはどうすればよいsvn.exe
ですか? のように:
c:\Projects\Test\trunk\>svn.exe info
どの種類のパラメーターを使用して実行する必要がありますか?
あなたの親切な助けを前もって感謝します...