apache - SVN Local Repository -


i imported apache nutch source code local ubuntu installation. have subversion installed on eclipse kepler. sourcecode has several branches , 1 main project in trunk. thinking of specifying source-code location repo location svn , check out & or commit changes based off of this. svn seem expect remote repo location. there anyway can make dumping ground of apache nutch source code repo location svn?

thanks

dvcs systems may help, such git, hg, etc. subversion centerized version control system, workspaces directly connect center repository. dvcs have local repository, before commit remote repository, need commit local rep first.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -