Just saw that this Codeproject has been imported here. The checkout works and the (Framework 1.1) Project compiles.
May I suggest that anoter Project name be chosen?
'src' is not very descriptive and that is the name used in the users local CVS Folder.
At the Netron Project we use a naming convention like 'Netron_F11'. In April (or there about) a 'Netron_F20' will be created.
Since there is a note that a future Framework 2.0 may be diffrent from the present (Framework 1.1) Version a name such as 'XPTable_F11' would be usefull.
I know from the Netron Project that renameing the project is not possible. Everything must done again with the new Project name.
Sample .cmd file :
set CVS_RSH=:ssh:USERNAME@cvs.sourceforge.net:/cvsroot/xptable
cd XPTable_F11
rem cvs -d %CVS_RSH% import XPTable_F11_F11 Initial Project for Framework_11
cvs -d %CVS_RSH% import XPTable_F11_F11 Initial Project for Framework_11
cd ..
This will work for everythin - with the expection Binary flies (such as .bmp).
For each file something like this must be done :
Just saw that this Codeproject has been imported here. The checkout works and the (Framework 1.1) Project compiles.
May I suggest that anoter Project name be chosen?
'src' is not very descriptive and that is the name used in the users local CVS Folder.
At the Netron Project we use a naming convention like 'Netron_F11'. In April (or there about) a 'Netron_F20' will be created.
Since there is a note that a future Framework 2.0 may be diffrent from the present (Framework 1.1) Version a name such as 'XPTable_F11' would be usefull.
I know from the Netron Project that renameing the project is not possible. Everything must done again with the new Project name.
Sample .cmd file :
set CVS_RSH=:ssh:USERNAME@cvs.sourceforge.net:/cvsroot/xptable
cd XPTable_F11
rem cvs -d %CVS_RSH% import XPTable_F11_F11 Initial Project for Framework_11
cvs -d %CVS_RSH% import XPTable_F11_F11 Initial Project for Framework_11
cd ..
This will work for everythin - with the expection Binary flies (such as .bmp).
For each file something like this must be done :
set FNAME="AffineMap.gif"
cvs -d %CVS_RSH% add -kb -m "Initial Project for Framework_11" %FName%
cvs -d %CVS_RSH% commit -m "Initial Project for Framework_11" %FName%
cvs -d %CVS_RSH% admin %FName%
erase %FName%
cvs -d %CVS_RSH% update %FName%
A grate pain when you consider that only a rename is desired - but a 'scr' Project would be overwrite another Project call 'src' if the user has one.
Mark Johnson, Berlin Germany
mj10777@web.de