Thursday, October 7, 2010

Using SVN and sqlplus

sqlplus example
devdb.sh
sqlplus username/password@'(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=hostname)(PORT=hostport)))(CONNECT_DATA=(SID=schemaname)))'

SVN Example
mysvn.sh
svn checkout "svn://hostname/B2B/branches/trunk/Module@HEAD" -r HEAD --depth infinity "~/workspace/BUILD" --username "xyz" --password "password"

No comments:

Post a Comment