svn - visualsvn or git local repo only -


what trying achieve -

  1. do automated deployment of .net project.
  2. i want use source control not want store files on places github.com, want store them on server , access them via workstations
  3. i want use jenkins achieving above, use msbuild building project, source control keep track of files , want jenkins automatically deploy application every night on server.

i new using jenkins, visualsvn , git. far have given above scenario try , able create repository using visualsvn using vs2015. in jenkins able configure msbuild when came configuring git or svn pain.

for git repository url not take local file path

for svn repository url not take local file path

kept giving me error

"unable access file:///c:/repositories/webapplication1/trunk : svn: e180001: unable open ra_local session url svn: e180001: unable open repository 'file:///c:/repositories/webapplication1/trunk' "

can please explain, in jenkins, configure git , svn repository url, have point github.com , svn. how can specify server url in repository url?

if possible please provide simple examples. appreciated.

if want take local path of subversion repository (i.e. don't need make repository accessible others now) don't need subversion server @ all. can use local file:// access repository in such case.

the error getting indicates enter invalid path repository. have enter correct path repository. e.g. has

svn info file:///c:/repositories/webapplication/trunk

but path you've entered not correct. not point repository. therefore, error. double-check path , fix it.

jenkins (or other such tool) installed on same computer repositories reside, should have no problems accessing local repositories on file://. it's pretty common approach build machines reduces load on svn servers since access performed locally.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -