windows - Cannot specify a repository location -



windows - Cannot specify a repository location -

i want add together partly-made project local repository.

firstly, i've opened cmd.exe , prompted:

svnadmin create e:\repo\gc

then, in netbeans project window:

[project name]->versioning->import subversion repository

a 3 step wizard popped up. @ (1) i've specified path

file:///e:\repo\gc

, gave me non self-explanatory error:

no information available for: file:///e:\repo\gc

where wrong?

urls require slashes, not backslashes. repository url should file:///e:/repo/gc. run svn info file:///e:/repo/gc create sure it's set before attempting commit/import it.

windows svn netbeans version-control

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -