java - How to Share a local repository in the LAN through Subversive plugin for eclipse -


i using subversive plugin in eclipse helios. using have created repository in local drive.

file:///d:/sample_repository/branches/phase1/mrt_oct28

now want share repositor other team members. systems installed subversive plugin.

all these systems connected in lan.

can tell me how can access repository.

to share repository among multiple users/clients, need set proper subversion server on centralized system (not pc!) backed regularly.

the full details of setting server scratch beyond scope of stack overflow answer; the subversion manual explains quite well.

all of pieces available apache & subversion project (which falls under apache organization), or can use pre-packaged solution collabnet subversion edge, ubersvn or visualsvn.

while may technically possible share repository on unc path using file:/// protocol, not safe , not recommended or supported configuration. it's not unlike giving users unrestricted administrative access every computer touch - can it, you'll regret it.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -