How to ignore a file for inclusion in an SVN repository

Here is a link to a great article that explains how to set your SVN repository to ignore a file, or collection of files.

Below is the mirrored content should the page no longer be available.

# ---------------------------------------------------------------------
#      Ignore all the .txt files in the /trunk/Blah/ directory
# ---------------------------------------------------------------------

# Go to the directory
cd trunk/Blah/              # The directory with the files

# Start editing the properties for the current directory
svn propedit svn:ignore .   # Opens an editor 
Continue reading “How to ignore a file for inclusion in an SVN repository”

How to shutdown a Windows XP machine when logged in remotely

If you have ever used a workstation whereby you login through remote access, you’ll notice that you cannot shut down the machine (even if you are able to boot it remotely).

If you want to shut it down simply run the following command at a command prompt:

%systemroot%system32shutdown.exe -s -t 0Continue reading “How to shutdown a Windows XP machine when logged in remotely”