i have few java classes like... HelloWorld.class Myclass$MyAnotherclass.class but when i upload classes into VSS , the class "Myclass$MyAnotherclass.class" does not gets uploaded.....is it because of there is $ symbol inside the class name ? How can i upload this class also ? please tell me the steps. reagrds
Yes, '$' sign is not a valid character for filenames in VSS database, as it is a special character used to indicate the root of the database. You have to rename the local file if you want to add it into a VSS database. -- Alin Constantin This posting is provided "AS IS" with no warranties, and confers no rights. "gk" wrote in message news:1145454320.005007.309880@u72g2000cwu.googlegroups.com... >i have few java classes > > like... > > > > HelloWorld.class > > Myclass$MyAnotherclass.class > > > > but when i upload classes into VSS , the class > "Myclass$MyAnotherclass.class" does not gets uploaded.....is it > because of there is $ symbol inside the class name ? > > How can i upload this class also ? > > please tell me the steps. > > reagrds >