Get all branch names in SVN

svn help ls If you’ll use the URL of the repository branches root with verbose output, you’ll get something like this: The 3+4+5 field in gawk will give you the branch’s last-changed date. svn help log Slightly more complex and noisy output with a single advantage: a readable date, | grep -v “|” for excluding separation line, … Read more

I use SourceTree with Git but need to work with SVN repistory, what options do I have?

If those opensource projects are no longer active in their Subversion referential, you could: clone them locally (you can use TortoiseSVN for example) use SubGit to make a one-time conversion between the local SVN repository and a new local Git repository. push the new Git repository to a new upstream repository hosting service. But if the SVN repository … Read more

Cannot connect to repo with TortoiseSVN

You need to determine whether this is a problem with TortoiseSVN, your Subversion repository, or your network connection. First of all, check your URL. I never used User-Friendly SVN, so I don’t know what it does to the Apache httpd configuration. However, the standard Apache configuration for multiple repositories is usually http://<server>/svn/<module> and not http://<server>/svn/usvn/<module>. … Read more

SVN reverse merge?

If your repo was in pristine condition at revision 497, then I think you’re correct, you need to do a: That merge command will only change files in your working copy, so remember to also commit the changes to update HEAD in the repo. After you do the merge, followed by the commit, try comparing … Read more

How to delete an SVN project from SVN repository

this answer can be confusing do read the comments attached to this post and make sure this is what you are after ‘svn delete’ works against repository content, not against the repository itself. for doing repository maintenance (like completely deleting one) you should use svnadmin. However, there’s a reason why svnadmin doesn’t have a ‘delete’ … Read more

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