> -----Original Message----- > From: Ramkumar Ramachandra [mailto:artag...@gmail.com] > Sent: maandag 26 juli 2010 14:13 > To: Subversion-dev Mailing List > Subject: Proposal: Rename svnrdump > > Hi, > > I've started working on load support too, and `svnrdump load` can be > quite misleading- should we rename the tool? I'm floating this thread > early so that we can minimize code churn due to the rename (in tests > for example).
For history: Last Saturday on IRC, I suggested 'svnradmin', but this can be misleading too, as users might expect it do everything 'svnadmin' can, which is clearly impossible for security reasons. (A much older suggestion was moving the code into svnsync as they are related tools) But I'm fine with just keeping 'svnrdump' even for loading. It just uses 'dump' for referring that it processes dumpfiles (like svndumpfilter does), instead of to just dumping the repository. Bert