<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4891788182156296283</id><updated>2012-02-16T23:32:36.871+05:30</updated><category term='jdeveloper'/><category term='struts'/><category term='javascript'/><category term='Oracle'/><category term='SOA'/><category term='sticky footer'/><category term='svn'/><title type='text'>Vision of Dinesh</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://visionofdinesh.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4891788182156296283/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://visionofdinesh.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>VisionofDinesh</name><uri>http://www.blogger.com/profile/01598438617150539433</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://4.bp.blogspot.com/_JtIhEU9u09Y/SfdI9OZCKrI/AAAAAAAAADs/G47GX_jrL6M/S220/mrgreen.JPG'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4891788182156296283.post-8561054537076266831</id><published>2011-08-12T12:07:00.037+05:30</published><updated>2011-08-18T11:07:54.409+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='sticky footer'/><title type='text'>Sticky Footer on Popup using javascript</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;There are many articles on the Internet about the sticky footer which can be implemented in a Html page. But i did not find any information about the sticky footer which can be implemented on a pop up window.&lt;br /&gt;&lt;br /&gt;Here is how to that can be done.&lt;br /&gt;&lt;br /&gt;create a javascript function that can be called on a event like onclick, onload etc.&lt;br /&gt;&lt;code&gt;&lt;br /&gt;function launchPopup(){&lt;br /&gt;var width = 500; //Width of popup&lt;br /&gt;var height = 400; //Height of popup&lt;br /&gt;&lt;br /&gt;/* popup positioning based on height and width*/&lt;br /&gt;var left = parseInt((screen.availWidth/2) - (width/2));&lt;br /&gt;var top = parseInt((screen.availHeight/2) - (height/2));&lt;br /&gt;&lt;br /&gt;var windowFeatures = "width=" + width + ",height=" + height + ",status=no,toolbar=no,resizable=no,scrollbars=yes,left=" + left + ",top=" + top + "screenX=" + left + ",screenY=" + top;&lt;br /&gt;&lt;br /&gt;var actionURL = "Popup.jsp"; // Create a jsp or html file with the name&lt;br /&gt;popWindow =window.open(actionURL,"", windowFeatures);&lt;br /&gt;//Enclose the below code in popWindow.document.write();&lt;br /&gt;&amp;lt;html&amp;gt;&lt;br /&gt;&amp;lt;style type =&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;.containers { height : 340px;} &lt;br /&gt;&amp;lt;/style&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&amp;lt;div class = &amp;quot;containers&amp;quot;&amp;gt;&lt;br /&gt;// content for popup&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;//Footer Content Goes here&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;br /&gt;popWindow.document.title="My Popup";&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4891788182156296283-8561054537076266831?l=visionofdinesh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visionofdinesh.blogspot.com/feeds/8561054537076266831/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visionofdinesh.blogspot.com/2011/08/sticky-footer-on-popup-using-javascript.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4891788182156296283/posts/default/8561054537076266831'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4891788182156296283/posts/default/8561054537076266831'/><link rel='alternate' type='text/html' href='http://visionofdinesh.blogspot.com/2011/08/sticky-footer-on-popup-using-javascript.html' title='Sticky Footer on Popup using javascript'/><author><name>VisionofDinesh</name><uri>http://www.blogger.com/profile/01598438617150539433</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://4.bp.blogspot.com/_JtIhEU9u09Y/SfdI9OZCKrI/AAAAAAAAADs/G47GX_jrL6M/S220/mrgreen.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4891788182156296283.post-3823103870081624953</id><published>2010-09-29T11:53:00.000+05:30</published><updated>2010-09-29T11:53:50.788+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='struts'/><title type='text'>Cannot find bean: xxx in scope: xxx</title><content type='html'>Hi,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Few days back, i came across this error 'Cannot find bean: "myList" in scope: "session" ' while using a struts application. After hours of digging the code, i finally found the cause of the error. It was due to the value "myList" being set null in session.&lt;br /&gt;&lt;br /&gt;According to HttpSession API, &lt;br /&gt;&lt;blockquote&gt;If the value passed in is null, this has the same effect as calling &lt;span style="color: #3f5fbf; font-family: Courier New;"&gt;removeAttribute()&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;To avoid the value null being set to the sessionAttributes, use the following snippet.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;myList = myLogic.getList();&lt;br /&gt;if(myList==null)&lt;br /&gt;{&lt;br /&gt;session.setAttribute("myList",&lt;strong&gt;new ArrayList()&lt;/strong&gt;);&lt;br /&gt;}&lt;br /&gt;else&lt;br /&gt;{&lt;br /&gt;session.setAttribute("myList",myList);&lt;br /&gt;}&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4891788182156296283-3823103870081624953?l=visionofdinesh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visionofdinesh.blogspot.com/feeds/3823103870081624953/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visionofdinesh.blogspot.com/2010/09/cannot-find-bean-xxx-in-scope-xxx.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4891788182156296283/posts/default/3823103870081624953'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4891788182156296283/posts/default/3823103870081624953'/><link rel='alternate' type='text/html' href='http://visionofdinesh.blogspot.com/2010/09/cannot-find-bean-xxx-in-scope-xxx.html' title='Cannot find bean: xxx in scope: xxx'/><author><name>VisionofDinesh</name><uri>http://www.blogger.com/profile/01598438617150539433</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://4.bp.blogspot.com/_JtIhEU9u09Y/SfdI9OZCKrI/AAAAAAAAADs/G47GX_jrL6M/S220/mrgreen.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4891788182156296283.post-8024792597604038688</id><published>2009-08-27T14:03:00.006+05:30</published><updated>2010-03-12T14:13:21.116+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SOA'/><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>Installation instructions for SOA 11g on Windows</title><content type='html'>&lt;div style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div style="font-family: Times,'Times New Roman',serif;"&gt;&lt;u&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;SOA 11G Installation Procedures&lt;/b&gt;&lt;/span&gt;&lt;/u&gt;&lt;/div&gt;&lt;div style="font-family: Times,'Times New Roman',serif;"&gt;&lt;/div&gt;&lt;div style="font-family: Times,'Times New Roman',serif;"&gt;The following are the list of files that are needed for installing SOA 11G&lt;/div&gt;&lt;div style="font-family: Times,'Times New Roman',serif;"&gt;&lt;/div&gt;&lt;div style="font-family: Times,'Times New Roman',serif;"&gt;• &lt;i&gt;server103_win32.exe (WebLogic 10.3.1)&lt;/i&gt;&lt;/div&gt;&lt;div style="font-family: Times,'Times New Roman',serif;"&gt;&lt;i&gt;• OracleXEUniv.exe (Oracle XE 10.2.0.1)&lt;/i&gt;&lt;/div&gt;&lt;div style="font-family: Times,'Times New Roman',serif;"&gt;&lt;i&gt;• rcuHome.zip (For Creating Database schema )&lt;/i&gt;&lt;/div&gt;&lt;div style="font-family: Times,'Times New Roman',serif;"&gt;&lt;i&gt;• ofm_soa_generic_11.1.1.1.0_disk1_1of1.zip &lt;/i&gt;&lt;/div&gt;&lt;div style="font-family: Times,'Times New Roman',serif;"&gt;&lt;i&gt;• jdevstudio11111install.jar &lt;/i&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;The browsers supported are Firefox 3 or IE 7.&lt;br /&gt;The Java JDK 1.6 update 11 must be used for using SOA 11G&lt;br /&gt;The database can be any of the following versions 10.2.0.1 or 10g database version 10.2.0.4+ or 11g database version 11.1.0.7+. Other versions are not supported.&lt;br /&gt;If there is a database that is already installed in the pc, uninstall it and the install the new database.&lt;br /&gt;Make sure processes parameter in the database is &amp;gt;=200.&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;sqlplus sys/welcome1@XE as sysdba&lt;br /&gt;SQL&amp;gt; show parameter session&lt;br /&gt;SQL&amp;gt; show parameter processes&lt;br /&gt;SQL&amp;gt; alter system reset sessions scope=spfile sid='*';&lt;br /&gt;SQL&amp;gt; alter system set processes=200 scope=spfile;&lt;br /&gt;SQL&amp;gt; shutdown immediate&lt;br /&gt;SQL&amp;gt; startup&lt;br /&gt;SQL&amp;gt; show parameter session&lt;br /&gt;SQL&amp;gt; show parameter processes&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;u&gt;&lt;b&gt;Installing Weblogic Server 10.3.1&lt;/b&gt;&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;a) Click on the weblogic installation file and give the path where the software needs to be installed.&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_JtIhEU9u09Y/SpY3wnfkvAI/AAAAAAAAAJI/Y5yiAN9-y98/s1600-h/wl1.JPG" imageanchor="1" linkindex="21" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_JtIhEU9u09Y/SpY3wnfkvAI/AAAAAAAAAJI/Y5yiAN9-y98/s320/wl1.JPG" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;b) Click Next&lt;br /&gt;c) Enter email to register for security alerts or deselect the checkbox and decline – whichever you prefer, click Next&lt;br /&gt;d) Select Typical, click Next&lt;br /&gt;e) Review installation directories&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_JtIhEU9u09Y/SpZFILQpKEI/AAAAAAAAAJQ/oB7tuG2cMGg/s1600-h/wl2.JPG" imageanchor="1" linkindex="22" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_JtIhEU9u09Y/SpZFILQpKEI/AAAAAAAAAJQ/oB7tuG2cMGg/s320/wl2.JPG" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;f) Click Next&lt;br /&gt;g) Select “All Users” Start Menu folder, click Next&lt;br /&gt;h) Review Summary&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_JtIhEU9u09Y/SpZFcPjitlI/AAAAAAAAAJY/g91x-E6KCcw/s1600-h/wl3.JPG" imageanchor="1" linkindex="23" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_JtIhEU9u09Y/SpZFcPjitlI/AAAAAAAAAJY/g91x-E6KCcw/s320/wl3.JPG" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;i) Click Next to start the installation process. Install takes about 3 minutes.&lt;br /&gt;j) When the install is complete, deselect Quickstart checkbox and click Done.&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;b&gt;Creating Schema for SOA&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;The Repository Creation Utility(RCU) can be started by opening &lt;br /&gt;&lt;rcu_home&gt;RCU_HOME/bin/rcu.bat command&lt;/rcu_home&gt;&lt;br /&gt;&lt;rcu_home&gt;&lt;br /&gt;1. Click Next&lt;/rcu_home&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_JtIhEU9u09Y/SpZF_bXoMaI/AAAAAAAAAJg/EgXO-xP_KyI/s1600-h/wl4.JPG" imageanchor="1" linkindex="24" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_JtIhEU9u09Y/SpZF_bXoMaI/AAAAAAAAAJg/EgXO-xP_KyI/s320/wl4.JPG" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;rcu_home&gt;&lt;br /&gt;2. Select Drop&lt;br /&gt;3. Click Next&lt;br /&gt;4. Complete the database information&lt;/rcu_home&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_JtIhEU9u09Y/SpZGthEjVYI/AAAAAAAAAJo/fFeapTiO01U/s1600-h/wl5.JPG" imageanchor="1" linkindex="25" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_JtIhEU9u09Y/SpZGthEjVYI/AAAAAAAAAJo/fFeapTiO01U/s320/wl5.JPG" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;5&lt;rcu_home&gt;. Click Next&lt;br /&gt;6. The pre-requisites are reviewed and when completed, click OK. The utility moves to the next page – with a slight delay, just wait for it.&lt;br /&gt;7. The utility finds the existing schema and offers the list. Check that the prefix is correct and review the schema.&lt;/rcu_home&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_JtIhEU9u09Y/SpZHMqa_IFI/AAAAAAAAAJw/igdDerohOkU/s1600-h/wl6.JPG" imageanchor="1" linkindex="26" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_JtIhEU9u09Y/SpZHMqa_IFI/AAAAAAAAAJw/igdDerohOkU/s320/wl6.JPG" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;rcu_home&gt;8. Click Next.&lt;/rcu_home&gt;&lt;br /&gt;&lt;/meta&gt;&lt;meta content="Word.Document" name="ProgId"&gt;&lt;/meta&gt;&lt;meta content="Microsoft Word 12" name="Generator"&gt;&lt;/meta&gt;&lt;meta content="Microsoft Word 12" name="Originator"&gt;&lt;/meta&gt;&lt;link href="file:///G:%5Ctemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml" rel="File-List"&gt;&lt;/link&gt;&lt;link href="file:///G:%5Ctemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx" rel="themeData"&gt;&lt;/link&gt;&lt;link href="file:///G:%5Ctemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml" rel="colorSchemeMapping"&gt;&lt;/link&gt;&lt;style&gt;&lt;!-- /* Font Definitions */ @font-face	{font-family:Wingdings;	panose-1:5 0 0 0 0 0 0 0 0 0;	mso-font-charset:2;	mso-generic-font-family:auto;	mso-font-pitch:variable;	mso-font-signature:0 268435456 0 0 -2147483648 0;}@font-face	{font-family:"Cambria Math";	panose-1:2 4 5 3 5 4 6 3 2 4;	mso-font-charset:1;	mso-generic-font-family:roman;	mso-font-format:other;	mso-font-pitch:variable;	mso-font-signature:0 0 0 0 0 0;}@font-face	{font-family:Calibri;	panose-1:2 15 5 2 2 2 4 3 2 4;	mso-font-charset:0;	mso-generic-font-family:swiss;	mso-font-pitch:variable;	mso-font-signature:-1610611985 1073750139 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal	{mso-style-unhide:no;	mso-style-qformat:yes;	mso-style-parent:"";	margin-top:0in;	margin-right:0in;	margin-bottom:0in;	margin-left:250.55pt;	margin-bottom:.0001pt;	mso-pagination:widow-orphan;	font-size:11.0pt;	font-family:"Calibri","sans-serif";	mso-ascii-font-family:Calibri;	mso-ascii-theme-font:minor-latin;	mso-fareast-font-family:"Times New Roman";	mso-fareast-theme-font:minor-fareast;	mso-hansi-font-family:Calibri;	mso-hansi-theme-font:minor-latin;	mso-bidi-font-family:"Times New Roman";	mso-bidi-theme-font:minor-bidi;}.MsoChpDefault	{mso-style-type:export-only;	mso-default-props:yes;	mso-ascii-font-family:Calibri;	mso-ascii-theme-font:minor-latin;	mso-fareast-font-family:"Times New Roman";	mso-fareast-theme-font:minor-fareast;	mso-hansi-font-family:Calibri;	mso-hansi-theme-font:minor-latin;	mso-bidi-font-family:"Times New Roman";	mso-bidi-theme-font:minor-bidi;}.MsoPapDefault	{mso-style-type:export-only;	margin-left:250.55pt;}@page Section1	{size:8.5in 11.0in;	margin:1.0in 1.0in 1.0in 1.0in;	mso-header-margin:.5in;	mso-footer-margin:.5in;	mso-paper-source:0;}div.Section1	{page:Section1;} /* List Definitions */ @list l0	{mso-list-id:1771048048;	mso-list-template-ids:1106393918;}@list l0:level1	{mso-level-tab-stop:.5in;	mso-level-number-position:left;	text-indent:-.25in;	mso-ansi-font-size:12.0pt;	mso-bidi-font-size:12.0pt;	mso-ansi-font-style:normal;}@list l0:level2	{mso-level-number-format:bullet;	mso-level-text:o;	mso-level-tab-stop:1.0in;	mso-level-number-position:left;	text-indent:-.25in;	mso-ansi-font-size:10.0pt;	font-family:"Courier New";	mso-bidi-font-family:"Times New Roman";}@list l0:level3	{mso-level-number-format:bullet;	mso-level-text:;	mso-level-tab-stop:1.5in;	mso-level-number-position:left;	text-indent:-.25in;	mso-ansi-font-size:10.0pt;	font-family:Wingdings;}@list l0:level4	{mso-level-number-format:bullet;	mso-level-text:;	mso-level-tab-stop:2.0in;	mso-level-number-position:left;	text-indent:-.25in;	mso-ansi-font-size:10.0pt;	font-family:Wingdings;}@list l0:level5	{mso-level-number-format:bullet;	mso-level-text:;	mso-level-tab-stop:2.5in;	mso-level-number-position:left;	text-indent:-.25in;	mso-ansi-font-size:10.0pt;	font-family:Wingdings;}@list l0:level6	{mso-level-number-format:bullet;	mso-level-text:;	mso-level-tab-stop:3.0in;	mso-level-number-position:left;	text-indent:-.25in;	mso-ansi-font-size:10.0pt;	font-family:Wingdings;}@list l0:level7	{mso-level-number-format:bullet;	mso-level-text:;	mso-level-tab-stop:3.5in;	mso-level-number-position:left;	text-indent:-.25in;	mso-ansi-font-size:10.0pt;	font-family:Wingdings;}@list l0:level8	{mso-level-number-format:bullet;	mso-level-text:;	mso-level-tab-stop:4.0in;	mso-level-number-position:left;	text-indent:-.25in;	mso-ansi-font-size:10.0pt;	font-family:Wingdings;}@list l0:level9	{mso-level-number-format:bullet;	mso-level-text:;	mso-level-tab-stop:4.5in;	mso-level-number-position:left;	text-indent:-.25in;	mso-ansi-font-size:10.0pt;	font-family:Wingdings;}ol	{margin-bottom:0in;}ul	{margin-bottom:0in;}--&gt;&lt;/style&gt;&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12pt;"&gt;9. The pre-requisites are reviewed and when completed, click &lt;b&gt;OK&lt;/b&gt;.&amp;nbsp; The utility moves to the next page – with a slight delay, just wait for it.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12pt;"&gt;10. The utility finds the existing schema and offers the list.&amp;nbsp; Check that the prefix is correct and review the schema.&lt;/span&gt;&lt;rcu_home&gt;11. On the drop schema warning, click OK. &lt;br /&gt;12. The pre-requisites for this step are reviewed. When completed, click OK to move to the next page – with a slight delay, just wait for it.&lt;br /&gt;13. Click Drop to drop the schema. This takes about 5 minutes.&lt;br /&gt;14. When it is finished, Click Done.&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;rcu_home&gt;&lt;b&gt;Configure Schema&lt;/b&gt;&lt;br /&gt;15. Now create the new schema. Run the bat file to open the RCU.&lt;br /&gt;The bat command returns to the prompt immediately and in a minute or so, the Repository Creation Utility opens.&lt;br /&gt;16. On the welcome screen, click Next&lt;/rcu_home&gt;&lt;br /&gt;&lt;rcu_home&gt;17. Select Create and click Next&lt;/rcu_home&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_JtIhEU9u09Y/SpZJXh7EU2I/AAAAAAAAAJ4/Ai6Znh3X4kE/s1600-h/wl7.JPG" imageanchor="1" linkindex="27" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_JtIhEU9u09Y/SpZJXh7EU2I/AAAAAAAAAJ4/Ai6Znh3X4kE/s320/wl7.JPG" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;rcu_home&gt;&lt;br /&gt;18. Enter the database information&amp;nbsp;&lt;/rcu_home&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_JtIhEU9u09Y/SpZJ7CUDSwI/AAAAAAAAAKA/XjYVNVGx9HQ/s1600-h/wl8.JPG" imageanchor="1" linkindex="28" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_JtIhEU9u09Y/SpZJ7CUDSwI/AAAAAAAAAKA/XjYVNVGx9HQ/s320/wl8.JPG" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;rcu_home&gt;&lt;br /&gt;19. Click Next&lt;br /&gt;20. The pre-requisites are reviewed. When complete, click OK. The utility moves to the next page – with a slight delay, just wait for it.&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_JtIhEU9u09Y/S5nvZF6TEPI/AAAAAAAAAPM/kCsC8CgI36c/s1600-h/1.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="301" src="http://3.bp.blogspot.com/_JtIhEU9u09Y/S5nvZF6TEPI/AAAAAAAAAPM/kCsC8CgI36c/s400/1.JPG" vt="true" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;21. On the Select Components screen, enter SH in the field for creating a new prefix. Select the SOA Infrastruture component. Dependent schemas are selected automatically.&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_JtIhEU9u09Y/S5nyHFQZSJI/AAAAAAAAAP0/CW4Jotx5JfQ/s1600-h/3.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="301" src="http://1.bp.blogspot.com/_JtIhEU9u09Y/S5nyHFQZSJI/AAAAAAAAAP0/CW4Jotx5JfQ/s400/3.JPG" vt="true" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;22. Click Next&lt;br /&gt;23. The pre-requisites for this step are checked. When completed, click OK.&lt;br /&gt;24. Select the radio button to Use the same password for all schemas. Enter the schema password, welcome1. If you choose instead to use a secure password or a different one for each schema, be sure to record your passwords as you will need them later.&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_JtIhEU9u09Y/S5nxvKAu4XI/AAAAAAAAAPs/Y1zQsCBxiKY/s1600-h/2.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="300" src="http://2.bp.blogspot.com/_JtIhEU9u09Y/S5nxvKAu4XI/AAAAAAAAAPs/Y1zQsCBxiKY/s400/2.JPG" vt="true" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;25. Click Next&lt;br /&gt;26. Review the tablespaces and schema owners for the components&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_JtIhEU9u09Y/S5nxaEnqqRI/AAAAAAAAAPg/qYjoxzEJ3hs/s1600-h/2.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="301" src="http://2.bp.blogspot.com/_JtIhEU9u09Y/S5nxaEnqqRI/AAAAAAAAAPg/qYjoxzEJ3hs/s400/2.JPG" vt="true" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;27. Accepting the defaults, click Next and then click OK to create the tablespaces.&lt;br /&gt;28. When the pre-requisites for this step are completed, click OK&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_JtIhEU9u09Y/S5nv7SDn4qI/AAAAAAAAAPU/avi5Mg4IkHk/s1600-h/1.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="301" src="http://4.bp.blogspot.com/_JtIhEU9u09Y/S5nv7SDn4qI/AAAAAAAAAPU/avi5Mg4IkHk/s400/1.JPG" vt="true" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;29. Click Create to create the tablespaces. This takes about 2 minutes&lt;br /&gt;30. When completed, click Close. &lt;br /&gt;&lt;b&gt;Install SOA&lt;/b&gt;&lt;br /&gt;30. In a command window enter&lt;br /&gt;&lt;strong&gt;&amp;nbsp;cd c:\stage\soa\Disk1&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;setup -jreLoc C:\Oracle\Middleware\home_LOAD16F\jdk160_11&lt;/strong&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_JtIhEU9u09Y/S5n1vl_b2mI/AAAAAAAAAQA/WMLybIWqt64/s1600-h/4.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="322" src="http://1.bp.blogspot.com/_JtIhEU9u09Y/S5n1vl_b2mI/AAAAAAAAAQA/WMLybIWqt64/s400/4.JPG" vt="true" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;/rcu_home&gt;&lt;br /&gt;&lt;rcu_home&gt;When the install wizard welcome screen comes up, click Next&lt;br /&gt;a) Wait for the pre-requisite check to complete &lt;br /&gt;b) Click Next&lt;br /&gt;c) On the Specify Installation Location screen, select the Middleware home: C:\Oracle\Middleware\&lt;br /&gt;d) Enter Oracle home: Oracle_SOA1&lt;br /&gt;If you use a different Oracle home then adjust accordingly when Oracle_SOA1 is referenced throughout this document.&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_JtIhEU9u09Y/S5n2GFVg_8I/AAAAAAAAAQM/PJHfQ4o_Rbo/s1600-h/5.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="322" src="http://4.bp.blogspot.com/_JtIhEU9u09Y/S5n2GFVg_8I/AAAAAAAAAQM/PJHfQ4o_Rbo/s400/5.JPG" vt="true" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;e) Click Next&lt;br /&gt;f) Review summary&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_JtIhEU9u09Y/S5n2XjMI7_I/AAAAAAAAAQU/S9NX2H5eXX8/s1600-h/6.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="322" src="http://2.bp.blogspot.com/_JtIhEU9u09Y/S5n2XjMI7_I/AAAAAAAAAQU/S9NX2H5eXX8/s400/6.JPG" vt="true" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;g) Click Install&lt;br /&gt;h) Wait for the install to complete – takes a few minutes&lt;br /&gt;i) Click Finish&lt;br /&gt;&lt;b&gt;Create Domain&lt;/b&gt;&lt;br /&gt;31. In a command window enter&lt;br /&gt;&lt;strong&gt;cd C:\Oracle\Middleware\..\Oracle_SOA1\common\bin&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;config.cmd&lt;/strong&gt;&lt;br /&gt;a) When the install wizard welcome screen comes up, select Create a new WebLogic domain, select Next&lt;br /&gt;b) Select Generate a domain and select SOA, EM, and BAM. Dependent products are selected automatically&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_JtIhEU9u09Y/S5n2yCQOjpI/AAAAAAAAAQc/brPw5aCg800/s1600-h/7.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="287" src="http://2.bp.blogspot.com/_JtIhEU9u09Y/S5n2yCQOjpI/AAAAAAAAAQc/brPw5aCg800/s400/7.JPG" vt="true" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;c) Click Next&lt;br /&gt;d) Enter the domain name: domain1&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_JtIhEU9u09Y/S5n2-CXV5uI/AAAAAAAAAQk/agpqk66ikQU/s1600-h/8.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="287" src="http://1.bp.blogspot.com/_JtIhEU9u09Y/S5n2-CXV5uI/AAAAAAAAAQk/agpqk66ikQU/s400/8.JPG" vt="true" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;e) Click Next&lt;br /&gt;f) Enter user name weblogic and password welcome1, confirm password. If you choose instead to use a secure password for the admin, adjust accordingly later in the document when the password is referenced.&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_JtIhEU9u09Y/S5n3OoanUsI/AAAAAAAAAQw/KPIt2Ye-QYE/s1600-h/9.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="287" src="http://1.bp.blogspot.com/_JtIhEU9u09Y/S5n3OoanUsI/AAAAAAAAAQw/KPIt2Ye-QYE/s400/9.JPG" vt="true" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;g) Click Next&lt;br /&gt;h) Select the Sun SDK 1.6_11 and leave Development Mode checked&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_JtIhEU9u09Y/S5n3dGDz5EI/AAAAAAAAAQ4/oMpzA9KPvng/s1600-h/0.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="286" src="http://3.bp.blogspot.com/_JtIhEU9u09Y/S5n3dGDz5EI/AAAAAAAAAQ4/oMpzA9KPvng/s400/0.JPG" vt="true" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;i) Click Next&lt;br /&gt;j) On the Configure JDBC Component Schema screen, with all of the components selected, enter welcome1 for the password in the Schema Password field.&lt;br /&gt;k) With all of the checkboxes selected, enter the Service and Host names.&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_JtIhEU9u09Y/S5n3p8oXUVI/AAAAAAAAARA/aap2mU9ei14/s1600-h/10.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="286" src="http://2.bp.blogspot.com/_JtIhEU9u09Y/S5n3p8oXUVI/AAAAAAAAARA/aap2mU9ei14/s400/10.JPG" vt="true" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;l) Review the Schema Owner field and confirm that they are the same as what you configured in the Configure Schema section when you ran the RCU. You can review the screen shots in that section of this document for the schema owners.&lt;br /&gt;m) Complete the following if the schema owners need to be updated: &lt;br /&gt;&lt;ol&gt;&lt;li&gt;Deselect all the component checkboxes and select BAM Schema.&lt;/li&gt;&lt;li&gt;Enter the Schema Owner, SH_ORABAM&lt;/li&gt;&lt;li&gt;Next, deselect BAM Schema and select the next one.&lt;/li&gt;&lt;li&gt;Enter the schema owners one-by-one by pre-pending SH_ to the defaulted value. SH is the prefix specified in the RCU.&lt;/li&gt;&lt;li&gt;Continue until all schema owners are entered (see screen shot).&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_JtIhEU9u09Y/S5n37GSMZPI/AAAAAAAAARI/IOxjVt-cgUk/s1600-h/11.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="286" src="http://4.bp.blogspot.com/_JtIhEU9u09Y/S5n37GSMZPI/AAAAAAAAARI/IOxjVt-cgUk/s400/11.JPG" vt="true" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;n) Click Next.&lt;br /&gt;o) The data source connections are all tested. &lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_JtIhEU9u09Y/S5n4QSPILlI/AAAAAAAAARQ/rSf2scvfdaY/s1600-h/12.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="286" src="http://1.bp.blogspot.com/_JtIhEU9u09Y/S5n4QSPILlI/AAAAAAAAARQ/rSf2scvfdaY/s400/12.JPG" vt="true" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;p) If all are successful, click Next, otherwise click Previous and correct any errors.&lt;br /&gt;q) Click Next once more, accepting defaults (no optional configurations), and you reach the Configuration &lt;b&gt;Summary screen. &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_JtIhEU9u09Y/S5n4fq48W8I/AAAAAAAAARY/n7RcIoMvqtU/s1600-h/13.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="286" src="http://2.bp.blogspot.com/_JtIhEU9u09Y/S5n4fq48W8I/AAAAAAAAARY/n7RcIoMvqtU/s400/13.JPG" vt="true" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;r) Click Create.&lt;br /&gt;s) Wait for the create to finish – takes just a minute&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_JtIhEU9u09Y/S5n4su2lWaI/AAAAAAAAARg/tJeH7DWq2_g/s1600-h/14.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="400" src="http://3.bp.blogspot.com/_JtIhEU9u09Y/S5n4su2lWaI/AAAAAAAAARg/tJeH7DWq2_g/s400/14.JPG" vt="true" width="372" /&gt;&lt;/a&gt;&lt;/div&gt;t) Click Done. &lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;/rcu_home&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4891788182156296283-8024792597604038688?l=visionofdinesh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visionofdinesh.blogspot.com/feeds/8024792597604038688/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visionofdinesh.blogspot.com/2009/08/soa-11g-installation-procedures.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4891788182156296283/posts/default/8024792597604038688'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4891788182156296283/posts/default/8024792597604038688'/><link rel='alternate' type='text/html' href='http://visionofdinesh.blogspot.com/2009/08/soa-11g-installation-procedures.html' title='Installation instructions for SOA 11g on Windows'/><author><name>VisionofDinesh</name><uri>http://www.blogger.com/profile/01598438617150539433</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://4.bp.blogspot.com/_JtIhEU9u09Y/SfdI9OZCKrI/AAAAAAAAADs/G47GX_jrL6M/S220/mrgreen.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_JtIhEU9u09Y/SpY3wnfkvAI/AAAAAAAAAJI/Y5yiAN9-y98/s72-c/wl1.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4891788182156296283.post-1749173324047512276</id><published>2009-05-23T17:23:00.001+05:30</published><updated>2010-03-12T14:16:56.997+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='jdeveloper'/><category scheme='http://www.blogger.com/atom/ns#' term='svn'/><title type='text'>Configuring svn server and creating Repository</title><content type='html'>&lt;span style="font-weight: bold;"&gt;SVN server setup:&lt;/span&gt; &lt;br /&gt;• Install SVN 1.4.6 setup in to your local drive. I have installed in the following path “G:\SourceControl\Subversion”. &lt;br /&gt;• Add bin path to environment variable PATH. &lt;br /&gt;• PATH=“G:\SourceControl\Subversion\bin”. &lt;br /&gt;&lt;br /&gt;&lt;a href="http://3.bp.blogspot.com/_JtIhEU9u09Y/ShfliZDgu8I/AAAAAAAAAEQ/eZYhNM4LUCs/s1600-h/SS1.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5338988262274939842" src="http://3.bp.blogspot.com/_JtIhEU9u09Y/ShfliZDgu8I/AAAAAAAAAEQ/eZYhNM4LUCs/s400/SS1.jpg" style="cursor: pointer; float: left; height: 400px; margin: 0pt 10px 10px 0pt; width: 359px;" /&gt;&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;&lt;meta content="text/html; charset=utf-8" equiv="Content-Type"&gt;&lt;meta content="Word.Document" name="ProgId"&gt;&lt;meta content="Microsoft Word 12" name="Generator"&gt;&lt;meta content="Microsoft Word 12" name="Originator"&gt;&lt;link href="file:///C:%5CDOCUME%7E1%5CDurairaj%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml" rel="File-List"&gt;&lt;link href="file:///C:%5CDOCUME%7E1%5CDurairaj%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_editdata.mso" rel="Edit-Time-Data"&gt;&lt;style&gt; v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} &lt;/style&gt;&lt;link href="file:///C:%5CDOCUME%7E1%5CDurairaj%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx" rel="themeData"&gt;&lt;link href="file:///C:%5CDOCUME%7E1%5CDurairaj%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml" rel="colorSchemeMapping"&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-fareast-font-family:Calibri; 	mso-bidi-font-family:"Times New Roman";} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	font-size:10.0pt; 	mso-ansi-font-size:10.0pt; 	mso-bidi-font-size:10.0pt; 	mso-ascii-font-family:Calibri; 	mso-fareast-font-family:Calibri; 	mso-hansi-font-family:Calibri;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;span style="font-family: &amp;quot;; font-size: 11; line-height: 115%;"&gt;&lt;shapetype id="_x0000_t75" preferrelative="t" spt="75"&gt;&lt;stroke&gt;&lt;formulas&gt;&lt;f eqn="if lineDrawn pixelLineWidth 0"&gt;&lt;f eqn="sum @0 1 0"&gt;&lt;f eqn="sum 0 0 @1"&gt;&lt;f eqn="prod @2 1 2"&gt;&lt;f eqn="prod @3 21600 pixelWidth"&gt;&lt;f eqn="prod @3 21600 pixelHeight"&gt;&lt;f eqn="sum @0 0 1"&gt;&lt;f eqn="prod @6 1 2"&gt;&lt;f eqn="prod @7 21600 pixelWidth"&gt;&lt;f eqn="sum @8 21600 0"&gt;&lt;f eqn="prod @7 21600 pixelHeight"&gt;&lt;f eqn="sum @10 21600 0"&gt;&lt;/f&gt;&lt;/f&gt;&lt;/f&gt;&lt;/f&gt;&lt;/f&gt;&lt;/f&gt;&lt;/f&gt;&lt;/f&gt;&lt;/f&gt;&lt;/f&gt;&lt;/f&gt;&lt;/f&gt;&lt;/formulas&gt;&lt;path connecttype="rect" extrusionok="f" gradientshapeok="t"&gt;&lt;lock aspectratio="t" ext="edit"&gt;&lt;/lock&gt;&lt;/path&gt;&lt;/stroke&gt;&lt;/shapetype&gt;&lt;shape id="_x0000_i1025" type="#_x0000_t75"&gt;&lt;imagedata src="file:///C:\DOCUME~1\Durairaj\LOCALS~1\Temp\msohtmlclip1\01\clip_image001.png" title=""&gt;&lt;/imagedata&gt;&lt;/shape&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;meta content="text/html; charset=utf-8" equiv="Content-Type"&gt;&lt;meta content="Word.Document" name="ProgId"&gt;&lt;meta content="Microsoft Word 12" name="Generator"&gt;&lt;meta content="Microsoft Word 12" name="Originator"&gt;&lt;link href="file:///C:%5CDOCUME%7E1%5CDurairaj%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml" rel="File-List"&gt;&lt;link href="file:///C:%5CDOCUME%7E1%5CDurairaj%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx" rel="themeData"&gt;&lt;link href="file:///C:%5CDOCUME%7E1%5CDurairaj%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml" rel="colorSchemeMapping"&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:Wingdings; 	panose-1:5 0 0 0 0 0 0 0 0 0; 	mso-font-charset:2; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:0 268435456 0 0 -2147483648 0;} @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-fareast-font-family:Calibri; 	mso-bidi-font-family:"Times New Roman";} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	font-size:10.0pt; 	mso-ansi-font-size:10.0pt; 	mso-bidi-font-size:10.0pt; 	mso-ascii-font-family:Calibri; 	mso-fareast-font-family:Calibri; 	mso-hansi-font-family:Calibri;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:424695689; 	mso-list-type:hybrid; 	mso-list-template-ids:-1305157432 67698689 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l0:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:Symbol;} ol 	{margin-bottom:0in;} ul 	{margin-bottom:0in;} --&gt; &lt;/style&gt;&lt;br /&gt;&lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal"&gt;And add a system variable SVN_EDITOR.&lt;/li&gt;&lt;li class="MsoNormal"&gt;SVN_EDITOR = “C:\Windows\notepad.exe”&lt;/li&gt;&lt;/ul&gt;&lt;a href="http://1.bp.blogspot.com/_JtIhEU9u09Y/Shfl6n_p0TI/AAAAAAAAAEY/1JAte2hU1bs/s1600-h/SS2.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5338988678602150194" src="http://1.bp.blogspot.com/_JtIhEU9u09Y/Shfl6n_p0TI/AAAAAAAAAEY/1JAte2hU1bs/s400/SS2.jpg" style="cursor: pointer; height: 400px; width: 325px;" /&gt;&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;&lt;meta content="text/html; charset=utf-8" equiv="Content-Type"&gt;&lt;meta content="Word.Document" name="ProgId"&gt;&lt;meta content="Microsoft Word 12" name="Generator"&gt;&lt;meta content="Microsoft Word 12" name="Originator"&gt;&lt;link href="file:///C:%5CDOCUME%7E1%5CDurairaj%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml" rel="File-List"&gt;&lt;link href="file:///C:%5CDOCUME%7E1%5CDurairaj%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx" rel="themeData"&gt;&lt;link href="file:///C:%5CDOCUME%7E1%5CDurairaj%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml" rel="colorSchemeMapping"&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:Wingdings; 	panose-1:5 0 0 0 0 0 0 0 0 0; 	mso-font-charset:2; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:0 268435456 0 0 -2147483648 0;} @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-fareast-font-family:Calibri; 	mso-bidi-font-family:"Times New Roman";} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	font-size:10.0pt; 	mso-ansi-font-size:10.0pt; 	mso-bidi-font-size:10.0pt; 	mso-ascii-font-family:Calibri; 	mso-fareast-font-family:Calibri; 	mso-hansi-font-family:Calibri;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:424695689; 	mso-list-type:hybrid; 	mso-list-template-ids:-1305157432 67698689 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l0:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:Symbol;} ol 	{margin-bottom:0in;} ul 	{margin-bottom:0in;} --&gt; &lt;/style&gt;&lt;br /&gt;&lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal"&gt;In command prompt&lt;/li&gt;&lt;li class="MsoNormal"&gt;Use &lt;b&gt;svnadmin&lt;/b&gt; command to create a repository &lt;/li&gt;&lt;/ul&gt;&lt;div style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; border-right: windowtext 1pt solid; border-top: windowtext 1pt solid; margin-left: 0.5in; margin-right: 0in; padding-bottom: 1pt; padding-left: 4pt; padding-right: 4pt; padding-top: 1pt;"&gt;&lt;div class="MsoNormal" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; line-height: normal; margin-bottom: 0pt; padding-bottom: 0in; padding-left: 0in; padding-right: 0in; padding-top: 0in;"&gt;&lt;b&gt;&lt;span style="color: red; font-family: &amp;quot;;"&gt;svnadmin create “G:\SourceControl\svn\repodb”&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="color: red; font-family: &amp;quot;; font-size: 10;"&gt; &lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;&lt;span style="font-family: &amp;quot;; font-size: 10;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt 0.5in;"&gt;&lt;span style="font-family: &amp;quot;; font-size: 10;"&gt;&lt;span style="font-size: 85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt 0.5in;"&gt;&lt;span style="font-family: &amp;quot;; font-size: 10;"&gt;&lt;span style="font-size: 85%; font-weight: bold;"&gt;Note: Before issuing the above command make sure that u create the respective folders&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;meta content="text/html; charset=utf-8" equiv="Content-Type"&gt;&lt;meta content="Word.Document" name="ProgId"&gt;&lt;meta content="Microsoft Word 12" name="Generator"&gt;&lt;meta content="Microsoft Word 12" name="Originator"&gt;&lt;link href="file:///C:%5CDOCUME%7E1%5CDurairaj%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml" rel="File-List"&gt;&lt;link href="file:///C:%5CDOCUME%7E1%5CDurairaj%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx" rel="themeData"&gt;&lt;link href="file:///C:%5CDOCUME%7E1%5CDurairaj%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml" rel="colorSchemeMapping"&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:Wingdings; 	panose-1:5 0 0 0 0 0 0 0 0 0; 	mso-font-charset:2; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:0 268435456 0 0 -2147483648 0;} @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-fareast-font-family:Calibri; 	mso-bidi-font-family:"Times New Roman";} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	font-size:10.0pt; 	mso-ansi-font-size:10.0pt; 	mso-bidi-font-size:10.0pt; 	mso-ascii-font-family:Calibri; 	mso-fareast-font-family:Calibri; 	mso-hansi-font-family:Calibri;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:424695689; 	mso-list-type:hybrid; 	mso-list-template-ids:-1305157432 67698689 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l0:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:Symbol;} ol 	{margin-bottom:0in;} ul 	{margin-bottom:0in;} --&gt; &lt;/style&gt;&lt;br /&gt;&lt;div class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt 0.5in; text-indent: -0.25in;"&gt;Use the &lt;b&gt;svnserve&lt;/b&gt; command to start the svn service.&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt 0.5in; text-indent: -0.25in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt 0.5in; text-indent: -0.25in;"&gt;&lt;a href="http://1.bp.blogspot.com/_JtIhEU9u09Y/ShfmsQcGHPI/AAAAAAAAAEg/k_pjDwSzfTg/s1600-h/SS3.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5338989531272453362" src="http://1.bp.blogspot.com/_JtIhEU9u09Y/ShfmsQcGHPI/AAAAAAAAAEg/k_pjDwSzfTg/s400/SS3.jpg" style="cursor: pointer; height: 83px; width: 400px;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;meta content="text/html; charset=utf-8" equiv="Content-Type"&gt;&lt;meta content="Word.Document" name="ProgId"&gt;&lt;meta content="Microsoft Word 12" name="Generator"&gt;&lt;meta content="Microsoft Word 12" name="Originator"&gt;&lt;link href="file:///C:%5CDOCUME%7E1%5CDurairaj%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml" rel="File-List"&gt;&lt;link href="file:///C:%5CDOCUME%7E1%5CDurairaj%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx" rel="themeData"&gt;&lt;link href="file:///C:%5CDOCUME%7E1%5CDurairaj%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml" rel="colorSchemeMapping"&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:Wingdings; 	panose-1:5 0 0 0 0 0 0 0 0 0; 	mso-font-charset:2; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:0 268435456 0 0 -2147483648 0;} @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-fareast-font-family:Calibri; 	mso-bidi-font-family:"Times New Roman";} pre 	{mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-link:"HTML Preformatted Char"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Courier New"; 	mso-fareast-font-family:"Times New Roman";} span.HTMLPreformattedChar 	{mso-style-name:"HTML Preformatted Char"; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-unhide:no; 	mso-style-locked:yes; 	mso-style-link:"HTML Preformatted"; 	font-family:"Courier New"; 	mso-ascii-font-family:"Courier New"; 	mso-fareast-font-family:"Times New Roman"; 	mso-hansi-font-family:"Courier New"; 	mso-bidi-font-family:"Courier New";} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	font-size:10.0pt; 	mso-ansi-font-size:10.0pt; 	mso-bidi-font-size:10.0pt; 	mso-ascii-font-family:Calibri; 	mso-fareast-font-family:Calibri; 	mso-hansi-font-family:Calibri;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:424695689; 	mso-list-type:hybrid; 	mso-list-template-ids:-1305157432 67698689 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l0:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:Symbol;} ol 	{margin-bottom:0in;} ul 	{margin-bottom:0in;} --&gt; &lt;/style&gt;&lt;br /&gt;&lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal"&gt;Uncomment the following lines in “G:\SourceControl\svn\repodb\conf\svnserv.conf” file and save it&lt;/li&gt;&lt;/ul&gt;&lt;div style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; border-right: windowtext 1pt solid; border-top: windowtext 1pt solid; margin-left: 0.5in; margin-right: 0in; padding-bottom: 1pt; padding-left: 4pt; padding-right: 4pt; padding-top: 1pt;"&gt;&lt;pre style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; padding-bottom: 0in; padding-left: 0in; padding-right: 0in; padding-top: 0in;"&gt;&lt;span style="font-size: 85%;"&gt;&lt;b&gt;&lt;span style="color: red;"&gt;anon-access = read&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; padding-bottom: 0in; padding-left: 0in; padding-right: 0in; padding-top: 0in;"&gt;&lt;span style="font-size: 85%;"&gt;&lt;b&gt;&lt;span style="color: red;"&gt;auth-access = write&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; padding-bottom: 0in; padding-left: 0in; padding-right: 0in; padding-top: 0in;"&gt;&lt;b&gt;&lt;span style="color: red; font-size: 11px;"&gt;&lt;span style="font-size: 85%;"&gt;password-db = passwd&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/pre&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;/div&gt;&lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal"&gt;Uncomment the following lines in “G:\SourceControl\svn\repodb\conf\passwd” file and save the file. We can also include our own user and password credentials&lt;/li&gt;&lt;/ul&gt;&lt;div style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; border-right: windowtext 1pt solid; border-top: windowtext 1pt solid; margin-left: 0.5in; margin-right: 0in; padding-bottom: 1pt; padding-left: 4pt; padding-right: 4pt; padding-top: 1pt;"&gt;&lt;pre style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; padding-bottom: 0in; padding-left: 0in; padding-right: 0in; padding-top: 0in;"&gt;&lt;span style="font-size: 85%;"&gt;&lt;b&gt;&lt;span style="color: red;"&gt;harry = harryssecret&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; padding-bottom: 0in; padding-left: 0in; padding-right: 0in; padding-top: 0in;"&gt;&lt;b&gt;&lt;span style="color: red; font-size: 11px;"&gt;&lt;span style="font-size: 85%;"&gt;sally = sallyssecret&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/pre&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;/div&gt;&lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal"&gt;Create a project by opening a second command window and entering this command&lt;/li&gt;&lt;/ul&gt;&lt;div style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; border-right: windowtext 1pt solid; border-top: windowtext 1pt solid; margin-left: 0.5in; margin-right: 0in; padding-bottom: 1pt; padding-left: 4pt; padding-right: 4pt; padding-top: 1pt;"&gt;&lt;pre style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; padding-bottom: 0in; padding-left: 0in; padding-right: 0in; padding-top: 0in;"&gt;&lt;b&gt;&lt;span style="color: red; font-size: 11px;"&gt;&lt;span style="font-size: 85%;"&gt;svn mkdir svn://localhost/cards&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/pre&gt;&lt;/div&gt;&lt;pre&gt;&lt;/pre&gt;&lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal"&gt;Comment in the Notepad that launches &lt;a href="http://3.bp.blogspot.com/_JtIhEU9u09Y/ShfnHZ0ksDI/AAAAAAAAAEo/NAduaAHBf3g/s1600-h/SS4.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5338989997647507506" src="http://3.bp.blogspot.com/_JtIhEU9u09Y/ShfnHZ0ksDI/AAAAAAAAAEo/NAduaAHBf3g/s400/SS4.jpg" style="cursor: pointer; height: 134px; width: 400px;" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;meta content="text/html; charset=utf-8" equiv="Content-Type"&gt;&lt;meta content="Word.Document" name="ProgId"&gt;&lt;meta content="Microsoft Word 12" name="Generator"&gt;&lt;meta content="Microsoft Word 12" name="Originator"&gt;&lt;link href="file:///C:%5CDOCUME%7E1%5CDurairaj%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml" rel="File-List"&gt;&lt;link href="file:///C:%5CDOCUME%7E1%5CDurairaj%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx" rel="themeData"&gt;&lt;link href="file:///C:%5CDOCUME%7E1%5CDurairaj%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml" rel="colorSchemeMapping"&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:Wingdings; 	panose-1:5 0 0 0 0 0 0 0 0 0; 	mso-font-charset:2; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:0 268435456 0 0 -2147483648 0;} @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-fareast-font-family:Calibri; 	mso-bidi-font-family:"Times New Roman";} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	font-size:10.0pt; 	mso-ansi-font-size:10.0pt; 	mso-bidi-font-size:10.0pt; 	mso-ascii-font-family:Calibri; 	mso-fareast-font-family:Calibri; 	mso-hansi-font-family:Calibri;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:424695689; 	mso-list-type:hybrid; 	mso-list-template-ids:-1305157432 67698689 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l0:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:Symbol;} ol 	{margin-bottom:0in;} ul 	{margin-bottom:0in;} --&gt; &lt;/style&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Save and Exit the Notepad.&lt;/li&gt;&lt;li&gt;In the command window, give the windows password and either of the two login details.&lt;a href="http://3.bp.blogspot.com/_JtIhEU9u09Y/ShfoVAbZMpI/AAAAAAAAAE4/SBp2F-rs_Ho/s1600-h/SS5.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5338991330860806802" src="http://3.bp.blogspot.com/_JtIhEU9u09Y/ShfoVAbZMpI/AAAAAAAAAE4/SBp2F-rs_Ho/s400/SS5.jpg" style="cursor: pointer; height: 82px; width: 400px;" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;meta content="text/html; charset=utf-8" equiv="Content-Type"&gt;&lt;meta content="Word.Document" name="ProgId"&gt;&lt;meta content="Microsoft Word 12" name="Generator"&gt;&lt;meta content="Microsoft Word 12" name="Originator"&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;link href="file:///C:%5CDOCUME%7E1%5CDurairaj%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml" rel="File-List"&gt;&lt;link href="file:///C:%5CDOCUME%7E1%5CDurairaj%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx" rel="themeData"&gt;&lt;link href="file:///C:%5CDOCUME%7E1%5CDurairaj%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml" rel="colorSchemeMapping"&gt;If you have installed Tortoise SVN client in your machine, then right click on any folder to perform a checkout operation. Then all the files in the repository will be available in the folder which you have checked out.&lt;/li&gt;&lt;/ul&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:Wingdings; 	panose-1:5 0 0 0 0 0 0 0 0 0; 	mso-font-charset:2; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:0 268435456 0 0 -2147483648 0;} @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-fareast-font-family:Calibri; 	mso-bidi-font-family:"Times New Roman";} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	font-size:10.0pt; 	mso-ansi-font-size:10.0pt; 	mso-bidi-font-size:10.0pt; 	mso-ascii-font-family:Calibri; 	mso-fareast-font-family:Calibri; 	mso-hansi-font-family:Calibri;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:424695689; 	mso-list-type:hybrid; 	mso-list-template-ids:-1305157432 67698689 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l0:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:Symbol;} ol 	{margin-bottom:0in;} ul 	{margin-bottom:0in;} --&gt; &lt;/style&gt;&lt;a href="http://4.bp.blogspot.com/_JtIhEU9u09Y/Shfot8RHCnI/AAAAAAAAAFA/b8uYBpUtEz4/s1600-h/SS6.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5338991759240661618" src="http://4.bp.blogspot.com/_JtIhEU9u09Y/Shfot8RHCnI/AAAAAAAAAFA/b8uYBpUtEz4/s400/SS6.jpg" style="cursor: pointer; height: 183px; width: 400px;" /&gt;&lt;/a&gt; &lt;br /&gt;&lt;meta content="text/html; charset=utf-8" equiv="Content-Type"&gt;&lt;meta content="Word.Document" name="ProgId"&gt;&lt;meta content="Microsoft Word 12" name="Generator"&gt;&lt;meta content="Microsoft Word 12" name="Originator"&gt;&lt;link href="file:///C:%5CDOCUME%7E1%5CDurairaj%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml" rel="File-List"&gt;&lt;link href="file:///C:%5CDOCUME%7E1%5CDurairaj%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx" rel="themeData"&gt;&lt;link href="file:///C:%5CDOCUME%7E1%5CDurairaj%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml" rel="colorSchemeMapping"&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-fareast-font-family:Calibri; 	mso-bidi-font-family:"Times New Roman";} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	font-size:10.0pt; 	mso-ansi-font-size:10.0pt; 	mso-bidi-font-size:10.0pt; 	mso-ascii-font-family:Calibri; 	mso-fareast-font-family:Calibri; 	mso-hansi-font-family:Calibri;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;br /&gt;&lt;div class="MsoNormal"&gt;&lt;b&gt;&lt;u&gt;&lt;span style="font-size: 12px; line-height: 115%;"&gt;&lt;span style="font-size: 100%;"&gt;&lt;span style="font-family: arial;"&gt;Creating &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: arial; font-size: 100%;"&gt;&lt;/span&gt;&lt;span style="font-size: 100%;"&gt;&lt;span style="font-family: arial;"&gt;SVN&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: arial; font-size: 100%;"&gt; &lt;/span&gt;&lt;span style="font-size: 100%;"&gt;&lt;span style="font-family: arial;"&gt;Connection in JDeveloper &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: arial; font-size: 100%;"&gt;&lt;/span&gt;&lt;span style="font-size: 100%;"&gt;&lt;span style="font-family: arial;"&gt;11G&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="MsoNormal"&gt;In JDeveloper 11G, click on the versioning tag and select Subversion --&amp;gt;Check out &lt;/div&gt;&lt;div class="MsoNormal"&gt;Give the svn location : svn://localhost/cards&lt;/div&gt;&lt;div class="MsoNormal"&gt;Connection : sampleconncetion&lt;/div&gt;&lt;div class="MsoNormal"&gt;Username: harry&lt;/div&gt;&lt;div class="MsoNormal"&gt;Password: harryssecret&lt;/div&gt;&lt;div class="MsoNormal"&gt;And test the connection.&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;a href="http://4.bp.blogspot.com/_JtIhEU9u09Y/ShfpVBVabMI/AAAAAAAAAFI/sN1BtbZrW90/s1600-h/SS7.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5338992430615784642" src="http://4.bp.blogspot.com/_JtIhEU9u09Y/ShfpVBVabMI/AAAAAAAAAFI/sN1BtbZrW90/s400/SS7.jpg" style="cursor: pointer; height: 365px; width: 400px;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4891788182156296283-1749173324047512276?l=visionofdinesh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visionofdinesh.blogspot.com/feeds/1749173324047512276/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visionofdinesh.blogspot.com/2009/05/configuring-svn-server-and-creating.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4891788182156296283/posts/default/1749173324047512276'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4891788182156296283/posts/default/1749173324047512276'/><link rel='alternate' type='text/html' href='http://visionofdinesh.blogspot.com/2009/05/configuring-svn-server-and-creating.html' title='Configuring svn server and creating Repository'/><author><name>VisionofDinesh</name><uri>http://www.blogger.com/profile/01598438617150539433</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://4.bp.blogspot.com/_JtIhEU9u09Y/SfdI9OZCKrI/AAAAAAAAADs/G47GX_jrL6M/S220/mrgreen.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_JtIhEU9u09Y/ShfliZDgu8I/AAAAAAAAAEQ/eZYhNM4LUCs/s72-c/SS1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4891788182156296283.post-7440728600338509298</id><published>2009-04-28T23:33:00.002+05:30</published><updated>2009-08-27T14:30:36.396+05:30</updated><title type='text'>Preface</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_JtIhEU9u09Y/SpZLJyytC7I/AAAAAAAAAKI/06C1OkjrrRc/s1600-h/indian-independence-day.jpg" imageanchor="1" linkindex="14" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_JtIhEU9u09Y/SpZLJyytC7I/AAAAAAAAAKI/06C1OkjrrRc/s320/indian-independence-day.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span style="font-family: &amp;quot;; font-size: 11; line-height: 115%;"&gt;From the beginning of the world to this day, mankind has always regarded prayer as an important duty and I am no different. I start of my proceedings by praying God almighty to give strength to the weak and spread peace throughout.  Its hard to say Thanks to someone as it measures the amount of gratitude that one holds over the other. So I rather think about them in first place than to thank them. I have never thought of writing a blog which would lie around among the millions of worthy texts. But things which persuaded me in doing so are the thought of providing some information which one may search and end in vain.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4891788182156296283-7440728600338509298?l=visionofdinesh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visionofdinesh.blogspot.com/feeds/7440728600338509298/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visionofdinesh.blogspot.com/2009/04/my-first-post.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4891788182156296283/posts/default/7440728600338509298'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4891788182156296283/posts/default/7440728600338509298'/><link rel='alternate' type='text/html' href='http://visionofdinesh.blogspot.com/2009/04/my-first-post.html' title='Preface'/><author><name>VisionofDinesh</name><uri>http://www.blogger.com/profile/01598438617150539433</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://4.bp.blogspot.com/_JtIhEU9u09Y/SfdI9OZCKrI/AAAAAAAAADs/G47GX_jrL6M/S220/mrgreen.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_JtIhEU9u09Y/SpZLJyytC7I/AAAAAAAAAKI/06C1OkjrrRc/s72-c/indian-independence-day.jpg' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
