9 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Hi Folks ,
I am asking this question but i apologise please if this is not the correct forum ,
I have to develop a shell script that i want to place in at hooks/post-commit , that is basically i have to develop a post hook script and the main functionality of that script would be lets say if... (0 Replies)
Discussion started by: sunsun06060606
0 Replies
2. Shell Programming and Scripting
I want to update svn code using a nightly job using cron, i have created a job in cron as,
30 17-19 * * 1-5 /home/saprab/svnUpdate.sh <branch> <svnusername> <svnpassword> >> <logfile> 2>&1
svnUpdate.sh :
===============
#!/bin/bash
branch=$1
svnuser=$2
svnpass=$3
cd ${branch}... (2 Replies)
Discussion started by: bhavesh.sapra
2 Replies
3. Shell Programming and Scripting
Hi All,
I am trying to export a file using Fast Export (Teradata) in UNIX. The desired output length is 550 bytes, but the output file is creating string till 75 characters. How to get the full length file?
.LOGON
.EXPORT file=export.txt;
SELECT CAST(('' ||
(CAST('UD ' AS CHAR(3))) || ... (2 Replies)
Discussion started by: unankix
2 Replies
4. Solaris
Hi,
I am new to SVN configuration on Solaris 10.I have installed SVN client version 1.7.
bash-3.00# ./svn --version
svn, version 1.7.4 (r1295709)
compiled Mar 2 2012, 12:59:36
Here my requirement is how to integrate svn client to One of the SVN server repository.
My repository... (0 Replies)
Discussion started by: muraliinfy04
0 Replies
5. Shell Programming and Scripting
If I am transfering a folder from svn location to my unix server with below command, it is working –
svn co svn+ssh://bcvxsvxxnp01.corp.ocwen.com/svn/repos/repos/REALResolution/CalcEngine/CalcEngine\ QA/1852011_CalcEngine_v5.1
But when I do below thing –
... (0 Replies)
Discussion started by: thearpit
0 Replies
6. UNIX for Dummies Questions & Answers
Hello, This one really stumps me. I checked out a repo to a subdirectory. I created a simple post-commit hook that updates the webserver.
A. When I update with the command line everything is fine.
B. When I use a GUI program to commit, I get this message in the log:
Host key verification... (3 Replies)
Discussion started by: mike628
3 Replies
7. UNIX for Dummies Questions & Answers
Update: Please anybody can give some help ?
I've an issue with files ownerships.
I have a drupal website and the "files" folder needs to be owned by "www-data" in order to let the users to upload files with php.
However I'm now using svn and I need all folders and files to be owned by my... (1 Reply)
Discussion started by: aneuryzma
1 Replies
8. Red Hat
Hello to everyone,
I am having svn performace issue.
Whenever i am doing svn checkout it's slower on one machine than other Xen machine.
I will try to explain what is goin on here.
I have 3 machine and all three running linux (Centos 5)
Machine A is running Svn server.
Machine B... (6 Replies)
Discussion started by: email-lalit
6 Replies
9. Shell Programming and Scripting
hi,
I have a password file called mypwd.bash in /home/oracle/practice directory as follows.
mypwd.bash
mypwd=oracle
export mypwd
i called the above file in the following script as follows.
passwdtest.bash
/home/oracle/practice/mypwd.bash
echo $mypwd
but nothing is getting ... (2 Replies)
Discussion started by: ravi raj kumar
2 Replies
IBID-DB(1) Ibid - Multi-protocol Bot IBID-DB(1)
NAME
ibid-db - Database management utility for Ibid
SYNOPSIS
ibid-db command [options...]
DESCRIPTION
This utility is for offline management of your Ibid bot's database. Used for import, export, and upgrades.
The export format is DBMS-agnostic and can be used to migrate between different databases.
COMMANDS
-e FILE, --export=FILE
Export DB contents to FILE. Export format is JSON.
FILE can be - for stdin/stdout or can end in .gz for automatic gzip compression.
-i FILE, --import=FILE
Import DB contents from FILE as exported by this utility.
FILE can be - for stdin/stdout or can end in .gz for automatic gzip compression.
Note: The DB must be empty first.
-u, --upgrade
Upgrade DB schema to the latest version. You need to run this after upgrading your bot.
Note: You should backup first.
OPTIONS
--version
Show the program's version and exit.
-h, --help
Show a help message and exit.
-v, --verbose
Turn on debugging output to stderr.
FILES
ibid.ini
Locates the database to act upon by looking for the [databases].ibid value in the bot configuration file in the current directory.
SEE ALSO
ibid(1), ibid.ini(5), ibid-setup(1), http://ibid.omnia.za.net/
Ibid 0.1 March 2010 IBID-DB(1)