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
Post a Comment