JNiven

Report spammer
1288 posts
JNiven

Member since: Feb 2008

Recent posts

Post When
...because you're asking the developer on a forum that s/he most likely does not read regularly, and

Posted in SVN user management tool

Re: SVN user management tool [quote=andremta]Are you a moderator? If yes, you should worry more a

Posted in SVN user management tool

Hi Ben Your plan (version the default project) sounds sensible. My recommendation would be to *br

Posted in default project structure

Hi mlg3 "svn log". With the "-v" (verbose) option it'll specify which files changed for each revi

Posted in how do I post a feature request? (svn status -r 400:401)

Hi Pascal You could "branch" (i.e. "svn move") trunk to become a new branch:[code]svn move [url]h

Posted in branche to become trunk

Hi Tom Use the "--stop-on-copy" argument with "svn log" to determine the revision at which a bran

Posted in Force revision update when creating a tag

Hi akuccputsedut First things first: when you first posted the issue was with your pre-commt hook

Posted in Pre-commit problem

Hi That's right: the export approach will result in all files being FTPd. You need to balance the

Posted in Subversion Webdesign Workflow

Hi akuccputsedut "#!" is the usual content of the first two characters of the first line of a Uni

Posted in Pre-commit problem

Hi akuccputsedut Hook scripts run with no environment, hence no %PATH%. You'll need to provide a

Posted in Pre-commit problem