| |||||||
Supported cards Downloads UMTS info Authors Sponsors Extra docs Developer's mailing list ![]() |
How to release the next version of umtsmonCVS server: umtsmon.cvs.sourceforge.netlogin: kvangend passwd: ####### obtaining a new treeDo this when you are in a directory that does not contain a subdir umtsmon yet. This command will prompt for the password and then create a directory umtsmon in your current folder. export CVS_RSH=sshcvs -z3 -d:ext:kvangend@umtsmon.cvs.sourceforge.net:/cvsroot/umtsmon co -P umtsmon updating an existing treeDo this when you are inside the umtsmon directory cvs -qz9 update -dPadding new files to a repositoryDo this when you are inside the umtsmon directory. committing all changes to a repositoryDo this when you are inside the umtsmon directory cvs -n commit -m "checkin message" [optional list of filenames]cvs commit -m "checkin message" [optional list of filenames] comparing against a repository Do this when you are inside the umtsmon directory. cvs diff --brief [filenames] releasingversion numberingAccording to Seife (with some modifications by Klaas), we should use the following version numbering:
This means, that if you do a regular release, you'll have to change the version number inside
the software (in umtsmon_global.h) accordingly. There shouldn't be any locally modified files or unknown files (starting with a question mark). Now we're going to tag the files for a release: cvs tag -R [releasename]Moving of existing tags to a different revision is also possible, but shouldn't happen. If you really need it, here's how: cvs tag -F [label] [filename]Note that within tags several characters are not allowed, including the space and the dot. cd [temp dir] export CVS_RSH=ssh cvs -z3 -d:ext:kvangend@umtsmon.cvs.sourceforge.net:/cvsroot/umtsmon checkout -r umtsmon0_9 -P umtsmon We now have a directory with the sources in the right tagging. Let's fixup for the source release export UMTSV=umtsmon-0.3mv umtsmon $UMTSV find . -name CVS -exec rm -rf {} \; The find probably did return a few "No such file or directory" errors, that's not a problem. tar czvf $UMTSV.src.tar.gz $UMTSV/*Rest of the procedure:
|
![]() | |||||
UMTSmon (C) 2006,2007,2008 Klaas van Gend and others, licensed under the GPL v2 license | hosted by SourceForge.net: | Sponsored by NLNet Foundation: | |
| ![]() |