Thursday, September 24, 2020

SVN in Jdeveloper

  

Subversion in Jdeveloper

How to configure SVN ?
Create connection to svn repository
Team -> Subversion -> Create Connection

How to use SVN through jdeveloper.
View – Team – VersioningNavigatorn : It will show all project in trunk.
Pending Changes :  show me console :0 3 0
NeverCheckin :-
                .jws file
                Adf-config.xml
                Jsp-config.xml 

Outgoing (commit) :  list of my changes file  - which I need to check-in .

RC – commit – comment – tasked{task comment}

Candidates (Update) : list of new file which got created .

RC- select all – add – it will go to outgoing – RC – update .

Incoming (Update) : list of file which is changed by others.

Select – RC -update – [orange circle] -refresh.

Checkout : RC -OBPM Trunk – project – It create new version.

C: \data\jdeveloper \ 

How to connect SVN :

Versioning navigator – subversion

OBPM Trunk – RC – properties – fill below details

Repository url :http://---/trunk
Connection Name : OBPM Trunk
UserName:
Password:
TestRead Access

NOTE:
how to compare two files: select both file and rite click and tortoiseSVN-diff 

No comments:

Post a Comment

SOA Overview Part-1

  Middleware It provides a mechanism for the process to interact with other processes running on multiple network machines. Advantages...