Guten Tag tortoisesvn+apn2wqes5r2tdazoxd746q7pdbgz8pgzjrlnq4_rql3i21ahc...@googlegroups.com, am Donnerstag, 14. März 2019 um 13:09 schrieben Sie:
D:\Archive>>svnadmin dump https://xxx.com/svn/project/ > dump.txt > svnadmin: E205000: 'https://xxx.com/svn/project/' is a URL when it should be > a local path svnadmin is for local repos only, meaning for those where you have access to the filesystem of. Dumping repos remotely is implemented by svnrdump. http://svnbook.red-bean.com/en/1.7/svn.ref.svnrdump.c.dump.html D:\Archive>>svnadmin dump "D:\Archive\project" > dump.txt > svnadmin: E720002: Can't open file 'D:\Archive\project\format': The > system cannot find the file specified. Your "Archive\project" is a working copy, isn't it? svnadmin is not designed for those, but for repos only. http://svnbook.red-bean.com/en/1.7/svn.basic.html If you think "project" is a repo, provide its directory structure, but simply expect "svnadmin" to know what it's doing. :-) Additionally, don't use the file extension "txt", you don't get a plain text file, but some arbitrary binary stuff. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: [email protected] AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...........05151- 9468- 55 Fax...............05151- 9468- 88 Mobil..............0178-8 9468- 04 AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/1609630203.20190314165238%40am-soft.de. For more options, visit https://groups.google.com/d/optout.
