Monthly Archives: February 2012

The specified baseline is not the latest baseline, so it may not be checked out. Checkout of ‘/svn/yourrepo/!svn/bln/123456’: 409 Conflict (https://svnserver.com)

Are you getting “The specified baseline is not the latest baseline, so it may not be checked out.  Checkout of ‘/svn/yourrepo/!svn/bln/123456’: 409 Conflict (https://svnserver.com)” when trying to commit to Subversion?  I’ve setup a Subversion write-through proxy to improve multi-site performance.  … Continue reading

Posted in General | Tagged | Leave a comment

PowerShell Log function with word wrapped output to the screen

I like to have logging in most scripts I write, and this is the current incarnation of my logging function. It logs to c:\location\of\script.ps1.log (or wherever/whatever your script is named). It uses write-host to output a word wrapped version of … Continue reading

Posted in General | Tagged | Leave a comment

Batch file bootstrap PowerShell script for easy double click running

The scenario is you have a PowerShell script that takes no paramaters and prompts the user for all the information it needs. How do you make it extra simple for people to check it out of source control and run … Continue reading

Posted in General | Tagged , | Leave a comment

[SOLVED] svn user commits _svn folder !?!?!?

Names and paths changed to protect the innocent 🙂 Here’s a quick one that wreaked a moment of havoc. A user had comitted _svn folders to the repository. The build server uses _svn instead of .svn by way of an … Continue reading

Posted in General | Tagged , | Leave a comment