I use ubersvn

I create repo svnadmin create repositories/SVN

I load dumpfile to new repo svnadmin load repositories/SVN/ < backups/SVN-rev1-15.dump

But when I create and load finished then view in UberSVN GUI don't see new repo show here. So, how to create repo with command line show in Repositories uberSVN GUI

Note: I want to use only command line.

有帮助吗?

解决方案

In short you can't create a repo via command line and see it in uberSVN without importing it.

You would need to create it in command line, then go to uberSVN and click 'add repository' and choose 'add an existing repository located on the server'. There's documentation on this here.

Alternatively, just create the repository directly in uberSVN.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top