From: <tt_...@gm...> - 2004-08-01 19:14:20
|
Hi Hiroo, Hiroo Hayashi wrote: >>BTW, do you have any idea how to move the midiprovider directory from >>"cvs.sourceforge.net:/cvsroot/jsynthlib/JSynthLib" to >>"cvs.sourceforge.net:/cvsroot/jsynthlib/midiprovider"? > > >>This would prevent downloading the midiprovider with a checkout of >>JSynthLib. But maybe I should ask the guys from sourceforge. > > > We cannot remove a directory from CVS repository. Because we have to > be able to recreate (check out) old directory structure. But as I show > you a CVS manual before (I've put it at the bottom of this mail), by > doing 'cvs update' with -P option cvs does not create a empty directory. Sorry, my question wasn't clear enough. I know the problem with removing directories and this wasn't my topic. I meant another point: If someone want to checkout JSynthLib he type the command: cvs -z3 -d:pserver:ano...@cv...:/cvsroot/jsynthlib co JSynthLib. Now I like to move the midiprovider to an own directory in the jsynthlib path, so a user can checkout midiprovider with a command like: cvs -z3 -d:pserver:ano...@cv...:/cvsroot/jsynthlib co midiprovider. For this it's necessary to create the path /cvsroot/jsynthlib/midiprovider. My hope was that you have an idea how to create this path resp. if this means to create a new project. Do you have any ideas? >>We don't get many bugreports in the past and and I like to create a >>0.19-pre2 release with all fixes of the last time. How I can upload >>a new release to the sourceforge file section? > > > You are one of administrator. By going FILE section you can upload as > I could. It's well designed. You don't need my bad English > explanation:-) If you have question, let me know. > > FYI, I did the following steps to create jar file. > > ------------------------------------------------------------------------ > cd "branch_0_19 directory" > cvs update -r > # add tag > cvs tag rel_0_19_pre2 > # create directories without CVS directories > cvs export -r rel_0_19_pre2 pre2 > cd pre2 > javac */*/*.java */*.java *.java > jar cmf misc/mainClass JSynthLib-0.19-pre2.jar @misc/MANIFEST > ------------------------------------------------------------------------ Yes, this was my hope. A concrete tip for making new releases. I will take a look at the upload function in the FILE section. Thanks and bye Torsten |