How do I fix a repository with one broken revision?

I solved it. The solution was (of course) obvious, once I realized it. I had this: master/: A copy of a broken repository, featuring revision 0..947, with revision 823’s files physically missing. repos/: A repository loaded from a backup (dump file), covering revision 0..910. The solution was simply to dump from master/, from revision 911 … Read more

How do I dump one project out of an SVN repository which contains multiple projects?

You can use the svndumpfilter utility to do this. The SVN book has a good explanation of how to do this. For instance, one way would be: $ svnadmin dump /path/to/repo | svndumpfilter include /proj > dump-file $ svnadmin create /new/proj/repo $ svnadmin load –ignore-uuid /new/proj/repo < dump-file $ svn rm file:///path/to/repo/proj

How do I migrate an SVN repository to another SVN repository?

The simplest way is using: svnadmin dump path/to/repos > repos.out This will create a portable format for your repository (with history) in the file repos.out. You can then use svnadmin load path/to/newrepos < repos.out to load your ‘dumped’ repository to the new or existing one. Chapter 5. Repository Maintenance -> Migrating Repository Data Elsewhere has … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)