philip

philip

Member since: Oct 2010

Recent posts

Post When
You cannot get a definitive answer "this is a move" but you can infer a move by connecting a delete

Posted in How to identify rename/move operation in post-commit hook

From the command line you can use the "svnlook" command. I'm not clear what information you want to

Posted in Is there a way I can see the repository project structure at SVN server side?

Are you trying to use plaintext password storage, gnome keyring, kde wallet or gpg agent? Are you us

Posted in SVN not storing password

Run 'svnlook changed' and get a list of all the paths modified in the transaction. Select lines with

Posted in Pre-commit hook to run pmd on the files that are being committed

The upcoming 1.8 release will detect this and raise a tree-conflict. [url]http://subversion.tigris.

Posted in No merge conflict for deleted folder

svnsync uses svn_ra_callbacks2_t directly so is similar to svnmucc, set source_callbacks.get_client_

Posted in User_Agent string in svn client tools

For clients that use an svn_client_context_t you can set the client_name member: [code] Index: sub

Posted in User_Agent string in svn client tools

It's only ever been reported on Windows. It may be some sort of binary incompatibility between the a

Posted in Can't LOCK files

You can do it with the python bindings:[code] #!/usr/bin/python import sys from svn import repo

Posted in Pre-Commit alternative solution

The reason for not changing the commit is that the client and server communicate file changes as del

Posted in Pre-Commit alternative solution