Dependency Injection means inversion of responsibilities with regard to how an object obtains references to collaborating objects.
When applying DI , objects are given their dependencies at creation time by some external entity that coordinates with each object in the system.
Benefits : Loose coupling.
When applying DI , objects are given their dependencies at creation time by some external entity that coordinates with each object in the system.
Benefits : Loose coupling.
Hi Prakash/Ankur
ReplyDeleteI am getting a problem while setting up Tortoise svn across a network(Within two or more physical systems).
When i am trying to do svncheckout from client machine and giving url of that machine on which i have created repository(Server machine) i am getting below error:-
"Unable to connect to a repository at URL
'http://10.1.196.87/C:/SvnSetup/Repository2/trunk'
Access to 'http://10.1.196.87/C:/SvnSetup/Repository2/trunk' forbidden "
where 10.1.196.87 is the ip address of that machine on which i have created repository and i am trying to download the code present inside that repositry to my local system.
Please can you help me out regarding this issue?