Sponsored Content
Full Discussion: Cvs Cr-lf
Top Forums UNIX for Advanced & Expert Users Cvs Cr-lf Post 302082692 by Hitori on Thursday 3rd of August 2006 02:12:25 AM
Old 08-03-2006
We build java program under windows and use different scripts to run this program. So our build contains .bat and .sh-files. Then this build is deployed under windows and unix. I cannot make 2 separate builds (for Unix/Windows).
So I need somehow modify this script to make it insensitive to CR charachters (the sript is below).

Code:
#!/bin/sh
export CLASSPATH=${JAVA_HOME}/jre/lib/rt.jar:${CLASSPATH}:.:../lib/mt2-delegate.jar:../lib/mt2-if.jar:../lib/mt2-ui.jar:../lib/foundation.jar:../lib/wlclient.jar:../lib/wljmsclient.jar:../lib/log4j.jar
if [ "$3" = "" ]; then
   ${JAVA_HOME}/bin/java com.datos.ui.client.MappingExporterClient $1 $2
else
   ${JAVA_HOME}/bin/java com.datos.ui.client.MappingExporterClient $1 $2 "$3"
fi

The error I've recieved:
Code:
$ ./MappingExporterClient.sh 
: bad interpreter: No such file or directory

 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

CVS, Perl and VI

I am trying to write a Perl script to cover a few CVS commands (setup specifically), however the VI screen that pops up and requests a comment, what is the best way of entering the text automatically (will be a variable name) and then saving that cvs notification from my Perl program? Help is... (2 Replies)
Discussion started by: Shakey21
2 Replies

2. UNIX for Dummies Questions & Answers

CVS on UNIX

Hey guys, I am trying to setup CVS to run with an SSH connection, but am hitting a brick wall. I seem to be getting CVS to login correctly, but when I attempt to check out a module I am getting the following error: ksh: cvs: not found This is kinda implying to me that its not loading... (2 Replies)
Discussion started by: LiquidChild
2 Replies

3. Solaris

cvs error

dear all I'm one of the CVS administrators here at my company and i have this cvs error in the messages Sep 18 07:20:37 dev cvs: Dying gasps received from client. can any one help me about this error ............. thanks murad jaber (1 Reply)
Discussion started by: murad.jaber
1 Replies

4. Debian

What is CVS...?

Hi everyone... Could one of you kind Linux experts please let me know what CVS is In return I will kindly give you a thumbs up :b: a good trade I feel!! (1 Reply)
Discussion started by: TonyChapman
1 Replies

5. Red Hat

CVS on redhat

Hi all, i am trying to set up a CVS server on linux and to remote access the repository using WinCVS. I am facing some problem and i am unsure whether is it the client or the server not set up properly. In my winCVS client, i clicked Admin ->login and i specify my CVSROOT to be ":... (5 Replies)
Discussion started by: new2ss
5 Replies

6. Red Hat

CVS Configuration Help

Hello, I have read a great deal of documentation on CVS and I hope I have not overlooked what I need but I have certain issues with CVS that I cannnot resolve. The setup for the /etx/xinetd.d file I have is as follows: # default: off # description: The CVS service can record the history... (2 Replies)
Discussion started by: mojoman
2 Replies

7. UNIX for Dummies Questions & Answers

Can you automate CVS?

Currently we have a load of files which we manually edit and then commit back into CVS ready for whoever else to edit. I have now made a script which auto-populates these files, however the powers that be still want them accessible via CVS. Is there a way I can automatically commit these files... (7 Replies)
Discussion started by: JayC89
7 Replies

8. AIX

Using cvs on AIX

Hello. I am using CVS on my AIX 6.1 box. I have gotten the repository setup and everything is working from command line. Now I want to use CVS on my Windows 7 machine using the remote repository on my AIX box. Has anyone else tried this? Why can't I get this to work? I have tried using... (3 Replies)
Discussion started by: hpodhrad
3 Replies

9. Shell Programming and Scripting

CVS Automation

Hi All, I am just looking for CVS automation for SQL scripts. Normally Devs will check in new sql scripts or they will update the existing sql scripts with new query. We will take the scripts from CVS and run in DB. I am thinking to automate that process like whenever a new script is checked in... (1 Reply)
Discussion started by: pvmanikandan
1 Replies

10. Shell Programming and Scripting

Cvs manipule.

Hello all, What i need to do is manipulate a squid log file. I have many milions of file in this format: 1442814667.478 76 4.3.2.1 TCP_MISS/200 31845 GET http://pippo.com/inde.html - DIRECT/1.2.3.4 text/css What i need to do is transform field 7 from Pippo.com - 404 File Not Found in... (4 Replies)
Discussion started by: aka0017
4 Replies
CVS-BUILDPACKAGE(1)                                           Debian GNU/Linux manual                                          CVS-BUILDPACKAGE(1)

NAME
cvs-buildpackage - build Debian packages from a CVS repository. SYNOPSIS
cvs-buildpackage [options] DESCRIPTION
This manual page explains the Debian cvs-buildpackage utility, which is used to build Debian packages whose sources are stored in a CVS repository. This is a CVS -aware wrapper around dpkg-buildpackage, and it first parses ./debian/changelog; exports the corresponding ver- sion (tagged debian_version_<$version> ), and runs dpkg-buildpackage in the exported tree. It looks for uncommitted files in the source tree, and offers to abort before doing anything so that the user may commit the files in, if they wish. cvs-buildpackage can also option- ally automatically re-tag all files before exporting the source (this functionality is only relevant in the top level directory of a checked out Debian package source tree, of course). Please note that the work directory referred to below is the scratch directory where the program does its work; it is where it shall export the sources from CVS, and it assumes full control of that directory Read: anything in that directory, apart from the orig source files, can be deleted by cvs-buildpackage Make sure not to have your checked out sources/working directory in the same location, as you may lose data. If this utility is not run from a top level directory of a checked out Debian package source tree, then to build an old version the cvs module name or the package name have to be supplied on the command line. Combined with the companion utilities cvs-inject and cvs-upgrade, this provides an infrastructure to facilitate the use of CVS by Debian maintainers. This allows one to keep separate CVS branches of a package for stable, unstable, and possibly experimental distributions, along with the other benefits of a version control system. OPTIONS
-h Print out a usage message. -M<module> The name of the CVS module. -P<package> Sets the name of the package. Very useful if this is not running in the CVS checked out source tree, in which case one also needs the version of the package, which may optionally be determined by checking out the latest debian/changelog file. -V<version> The version number of the package. In conjunction with setting the package name, this option allows operation outside a CVS source tree (just needs the repository). -T<tag> The CVS tag to use for exporting sources, rather than constructing one from the version. This assumes you know what you are doing. -U<tag> The CVS tag to use for the upstream tag, rather than constructing one from the upstream version. This assumes you know what you are doing. -C<Build Command> Sets the name of the builder program invoked, nominally set to dpkg-buildpackage. However, the user may choose to use a different build program, or a wrapper, or even 'chroot /opt/root dpkg-buildpackage' to build the package in a chroot jail, if desired. (Obvi- ously, this requires that the Work directory to be a subdirectory of a previously set up chroot jail). One may also hook in pbuilder by setting this variable to 'pdebuild --auto-debsign --buildresult ../'. (Again, this requires that pbuilder has been set up correctly). This argument overrides the settings in the environment variable CVSDEB_BUILDPACKAGE, and the configuration file variable conf_buildpackage. -G<get method> This option, if set, should contain a command to execute to get the original tarball into the current directory. This can then be used to allow one to get the original file using, for instance, wget or curl. This overrides the CVSDEB_GET_ORIG environment vari- able and the conf_get_orig configuration file option. -A Use apt-get source to retrive the original tarball. This option has no effect unless a source package with the correct upstream version has already been uploaded and is referenced from a Sources file known to apt. If -A and -G are both given, -G is tried first, and apt is used only if that did not produce the tarball. This overrides the CVSDEB_USE_APT environment variable and the conf_use_apt configuration file option. -R<root directory> Root of the original sources archive. We expect to find the <package name>_<version>.orig.tar.gz file under <root directory>/pack- age name>/ unless the cvs-buildpackage work directory has been set, or we want to export the original sources from the vendor branch of the CVS tree. If the cvs-buildpackage work directory is set anywhere, (command line, configuration file, environment variable), the root directory value is ignored, since we only need the root directory to set defaults for the cvs-buildpackage work directory. This argument overrides the settings in the environment variable CVSDEB_ROOTDIR, and the configuration file variable conf_rootdir. Please note that the cvs-buildpackage work directory referred to here is the scratch directory where this program works, not the directory that the human uses to work in. This should probably not be a sub dir of CVSROOT, since cvs shall refuse to export pack- ages there, and the script shall fail. -W<work directory> The full path name for the cvs-buildpackage working directory, into which the sources will be exported out of CVS and which should contain the original <package name>_<version>.orig.tar.gz Please note that it is not strictly essential to have the original sources, as this script will check out the vendor branch version tagged as upstream_version_<version> (without the Debian revision). However, these recreated original sources are likely to be different for consecutive runs of cvs-buildpackage, and very likely to be different from the pristine original sources (different enough to cause problems with an upload). Thus it is strongly advisable to keep the orig.tar.gz file around. Setting this variable overrides the settings for the root directory. This argument also overrides the settings in the environment variable CVSDEB_WORKDIR, and the configuration file variable conf_workdir. Please note that the cvs-buildpackage work directory referred to here is the scratch directory where this program works, not the directory that the human uses to work in. Also, you should specify an absolute path name for the work directory. This should probably not be a sub dir of CVSROOT, since cvs shall refuse to export packages there, and the script shall fail. -F The Force Tag option. This only has effect if run in the source directory. If set, it forces a cvs tag -F operation to be performed before exporting the sources. This argument overrides the settings in the environment variable CVSDEB_FORCETAG, and the configura- tion file variable conf_forcetag. The default action is not to force a tag before export. -E The Full Export option. Normally, cvs-buildpackage will export all the data from CVS using cvs export. If the orig.tar.gz is not available in the working directory, the full tree will be exported from CVS regardless of whether this option is set or not. This option overrides the environment variable CVSDEB_FULLEXPORT, and the configuration file variable conf_fullexport. -op The opposite of full export. Using this option resets the value of full export. Normally, cvs-buildpackage will export all the data from CVS using cvs export. With this option set, cvs-buildpackage will extract the orig.tar.gz in the cvs-buildpackage working directory, and then use the cvs rdiff command to bring that tree up-to-date with the CVS tree we're building. Please look at the -f<fix_script> option to see how to massage the source tree after extraction and patching. -ctp Include package_ at the start of the CVS tag. This overrides the CVSDEB_PACKAGEINTAG environment variable and the conf_forcetag configuration file option. The default is not to include the prefix. -n The no exec (or dry-run) option, causing cvs-buildpackage to print out all actions that would be taken without actually executing them. -f<fix_script> This option, if set, should point to a script that should be run just from the top level of the source tree to set up permissions of scripts that have been created by pathching the sources from an recently extracted original tar file (the behaviour attained by set- ting the -op option. This script is called with two arguments, the package name, and version. This script is only relevant when that option has been used. There a number of variables that are exported into the environment, for example package contains the name of the package, non_epoch_version contains the version of the package without the epoch, upstream_version contains the upstream ver- sion. debian_version contains the debian revision. cvstag contains the cvs tag, and cvs_upstream_tag contains the tag for the upstream version. -H<hook_script> This option, if set, should point to a script that should be run just before calling dpkg-buildpackage. Ideally, things like this are done using the modules file and programs, but is still provided here for convenience. This script is called with two arguments, the package name, and version. There a number of variables that are exported into the environment, for example package contains the name of the package, non_epoch_version contains the version of the package without the epoch, upstream_version contains the upstream version. debian_version contains the debian revision. cvstag contains the cvs tag, and cvs_upstream_tag contains the tag for the upstream version. This argument overrides the settings in the environment variable CVSDEB_HOOK which in turn over rides the config- uration file option conf_hook_script. -x<prefix> This option provides the CVS default module prefix (should really fix the CVS modules file). This argument overrides the settings in the environment variable CVSDEB_PREFIX. Note: The configuration file variable conf_prefix is not honoured by cvs-buildpackage, since the prefix is required to calculate the variables that are supposed to be defined when we load the config file (chicken and egg problem). The rest of the command line arguments are passed on, uninterpreted, to dpkg-buildpackage, though we do pay attention to the -r (root com- mand) option (which gives the command to achieve root access, usually sudo, fakeroot, or super ). The -r option overrides the other means of setting the root command, namely, the environment variable CVSDEB_ROOTCOMMAND, which in turn overrides the config file option conf_root- command. No attempt is made to check any other option. Please use the -h option to see which of the dpkg-buildpackage options are sup- ported and passed on. FILES
Apart from the runtime options, cvs-buildpackage also looks for site-wide defaults in the file /etc/cvsdeb.conf. After that, it looks for and reads ~/.cvsdeb.conf . The default configuration allows there to be a site wide override for the root or the cvs-buildpackage working directories on the site, but the cvsdeb.conf files are actually Bourne shell snippets, and any legal shell directives may be included in there. Note: Caution is urged with this file, since you can totally change the way that the script behaves by suitable editing this file. SEE ALSO
dpkg-buildpackage(1), cvs-inject(1), cvs-upgrade(1), cvsdeb.conf(5), cvs(1). AUTHOR
This manual page was written Manoj Srivastava <srivasta@debian.org>, for the Debian GNU/Linux system. Debian May 13 1999 CVS-BUILDPACKAGE(1)
All times are GMT -4. The time now is 04:07 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy