RE: SVN keeps getting my AD password revoked.

2012-09-19 Thread REEDICK, ANDREW
Check for svn:externals that point to an external repository. That password prompt may be for the external repository, and you're getting locked out (of the external repo) because you are providing the wrong password for the wrong repo. From: Wendell Nichols [mailto:wc...@shaw.ca] Sent: Tuesd

RE: how to compare an exported file (or set of files) against the repository?

2011-10-06 Thread REEDICK, ANDREW
Unless you exported multiple revisions, you shouldn't need more than a few positive matches to determine the revision. First, compare the tree structure against the repository. You'll want to avoid researching moved files, and this will help you narrow down your search. Second, 'svn export' se

RE: Hook to check for a presence of file before committing

2010-08-31 Thread REEDICK, ANDREW (ATTSI)
A pre-commit hook can determine if a file exists in the checkin transaction. A pre-commit hook can look at the repository to see if a file already exists in the repository. A pre-commit CANNOT verify that a file exists in the user's workspace. "script will check for the presence of project.