How to change password using TortoiseSVN?

To change your password for accessing Subversion Typically this would be handled by your Subversion server administrator. If that’s you and you are using the built-in authentication, then edit your [repository]\conf\passwd file on your Subversion server machine. To delete locally-cached credentials Follow these steps: Right-click your desktop and select TortoiseSVN->Settings Select Saved Data. Click Clear … Read more

What is the effect of “Make depth sticky” in subversion?

When the depth is sticky, you’ll will update with the same settings each time you update. If the depth isn’t sticky, next time you update you will revert back to the former setting, pottentially downloading everything recursively (that is maybe a lot of data). EDIT: It seems that “fully recursive” is currently broken. I need … Read more

Can I commit only parts of my code using SVN or Mercurial?

Mercurial can do this with the record extension. It’ll prompt you for each file and each diff hunk. For example: % hg record diff –git a/prelim.tex b/prelim.tex 2 hunks, 4 lines changed examine changes to ‘prelim.tex’? [Ynsfdaq?] @@ -12,7 +12,7 @@ \setmonofont[Scale=0.88]{Consolas} % missing from xunicode.sty \DeclareUTFcomposite[\UTFencname]{x00ED}{\’}{\i} -\else +\else foo \usepackage[pdftex]{graphicx} \fi record this change … Read more

Should I store all projects in one repository or multiple?

Depends to an extent what you mean by “project”. I have a general local repository containing random bits of stuff that I write (including my website, since it’s small). A single-user local SVN repository is not going to suffer noticeable performance issues until you’ve spent a lot of years typing. By which time SVN will … Read more

Will TortoiseSVN 1.7 work properly against a SVN 1.6 repository?

In the release notes Older clients and servers interoperate transparently with 1.7 servers and clients … Subversion 1.7 servers use the same repository format as Subversion 1.6. Therefore, it is possible to seamlessly upgrade and downgrade between 1.6.x and 1.7.x servers without changing the format of the on-disk repositories There is no need to do … Read more

How to move an SVN repository to a new server

You can migrate a repository using the svnadmin dump function. On the SVN server, type svnadmin dump /absolute/path/to/the/repo > /tmp/repo.svndump. This will export the entire repository to a text file in the system’s temporary directory and name it “repo.svndump”. You might want to compress that file before transferring it to the new server. Once you … Read more

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