shingo_t
shingo_t****@ba*****
2003年 4月 26日 (土) 17:00:49 JST
過去ログにありませんでしたので質問させて下さい。
複数のディレクトリ下にあるファイルのリビジョンを変更しようとしたのですが
エラーが発生して上手くいきません。
ディレクトリ構成は。
test + dir1 - dir1.txt
|
+ dir2 - dir2.txt
|
+ text1.txt
+ text2.txt
+ text3.txt
+ text4.txt
+ text5.txt
このモジュールに含まれる全てのファイルのリビジョンを変更しようと
次のように実行しました。
================================================================
pwd
F:/temp/test
cvs ci -m "" -r 4.23
*****CVS はコード 1 で終了しました*****
cvs commit: Examining .
cvs commit: Examining dir1
cvs commit: Examining dir2
Checking in text1.txt;
f:\cvs/test/text1.txt,v <-- text1.txt
new revision: 4.23; previous revision: 4.22
done
Checking in text2.txt;
f:\cvs/test/text2.txt,v <-- text2.txt
new revision: 4.23; previous revision: 4.22
done
Checking in text3.txt;
f:\cvs/test/text3.txt,v <-- text3.txt
new revision: 4.23; previous revision: 4.22
done
Checking in text4.txt;
f:\cvs/test/text4.txt,v <-- text4.txt
new revision: 4.23; previous revision: 4.22
done
Checking in text5.txt;
f:\cvs/test/text5.txt,v <-- text5.txt
new revision: 4.23; previous revision: 4.22
done
Checking in dir1/dir1.txt;
f:\cvs/test/dir1/dir1.txt,v <-- dir1.txt
new revision: 4.23; previous revision: 4.22
done
cvs commit: in directory dir1:
cvs [commit aborted]: there is no version here; do 'cvs checkout' first
================================================================
すると以上のようなエラーが発生して test 下にあるファイルと
dir1 下のファイルは変更されるのですが、dir2 下のファイル(dir2.txt)は
リビジョンが変更されません。
実際に使用している環境では、非常に複雑なディレクトリ構造になっており
ディレクトリ毎にコマンドを打たねばならないのかと悩んでいます。
色々な方法を試したのですが、解決できませんでした。
クライアントは WinCVS1.2 をローカルに使用しています。
お手数ですが、どなたかご教授よろしくお願い致します。
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
_/_/
_/_/ shingo_t ( ´∀`)