cvs リポジトリで、リポジトリとモジュールにアクセスしています。TortoiseCVS を使用すると、次のように指定されます。
repository: corp_root/corp1/
module: geo/GeoReporting # Notice the "geo/" first.
repository: corp_root/corp2/
module: EmployeeReporting # Just a single name.
最初のものは次のようにする必要があります。
repository: corp_root/corp1/geo # Put the "geo" here
module: GeoReporting
この CVS がこのように設定されている正当な理由はありますか? それとも、私が最後に挙げた方法の方が良いのでしょうか?