This ML is dedicated to Trac support, not Subversion... you're looking for [EMAIL PROTECTED]
> [EMAIL PROTECTED]:/tmp# svnadmin load help > svnadmin: Can't open file 'help/format': No such file or directory svndmin load --help > [EMAIL PROTECTED]:/tmp# svnadmin load --force-uuid > /var/local/svn/svn.mycompany.com > < web.svn is --force-uuid really needed here ? how did you obtain 'web.svn' ? > [EMAIL PROTECTED]:/tmp# svnadmin load /var/local/svn/svn.mycompany.com < > web.svn > > <<< Started new transaction, based on original revision 1 > svnadmin: File already exists: filesystem You are probably trying to load a SVN dumpfile into a non empty repository. Try (w/ backing up if needed..): rm -rf /var/local/svn/svn.mycompany.com svnadmin create /var/local/svn/svn.mycompany.com svnadmin load < web.svn > What am I doing wrong? This shouldn't be so difficult. I would strongly suggest to RTFM, along with the Subversion FAQ and maybe the SVN book. Cheers, Manu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
