Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top