info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

adding two files of same name to repository


From: Terrence Brannon
Subject: adding two files of same name to repository
Date: Sun, 4 Nov 2001 10:36:35 -0800

I have a file class SubenKlassen.pm which exists in class_factory_util/blib/lib/Class/Util

but I used cvs add to a directory called class_factory_util/blib/lib/Class/Factory/Util

in other words, I inserted the directory Factory. as the transcript below shows I cannot a file named SubenKlassen.pm in Class/Factory/Util because one already exists in Class/Util

how can I do this?

[localhost:~/src/class_factory_util] metaperl% cvs add blib/lib/Class/Factory/U\
til/SubenKlassen.pm
cvs add: blib/lib/Class/Factory/Util/SubenKlassen.pm already exists, with versi\
on number 1.1.1.1
[localhost:~/src/class_factory_util] metaperl% cd blib/lib/Class/Factory/Util
[localhost:Class/Factory/Util] metaperl% cvs status
cvs status: Examining .
===================================================================
File: SubenKlassen.pm   Status: Up-to-date

   Working revision:    1.1.1.1 Sat Nov  3 20:31:52 2001
Repository revision: 1.1.1.1 /Users/metaperl/cvsroot/class_factory_util/blib\
/lib/Class/Util/SubenKlassen.pm,v
   Sticky Tag:          (none)
   Sticky Date:         (none)
   Sticky Options:      (none)

[localhost:Class/Factory/Util] metaperl%





reply via email to

[Prev in Thread] Current Thread [Next in Thread]