Archive for the 'Subversion' Category

Subversion problems

Tuesday, July 17th, 2007

Today our Subversion / Tortoise software began acting weird.

It randomly displayed errors/behavior such as:

  • Error bumping revisions post-commit
  • Error: Can’t move ‘P:\544 Politieacademie projecten\Behrloo\checkouts\test\3\trunk\deploy\.svn\tmp\entries’ to ‘P:\544 Politieacademie projecten\Behrloo\checkouts\test\3\trunk\deploy\.svn\entries’: Cannot create a file when that file already exists.
  • stopping an update while it wasnt even completed
  • We narrowed it down to two sources:

  • zonealarm
  • overlay icons on network drives in tortoise
  • So far the only workaround I’ve found is to disable both.

    Subversion switch problem

    Thursday, April 19th, 2007

    This week I ran into a Subversion switch problem. If you don’t know about Subversion and switch, skip this post:).

    My situation: i ran Subversion on a windows machine for testing and was fiddling with the switch statement:

    svn switch file:///c:/myrep/mybranch

    Subversion gave me an error:
    svn: ‘file:///c:/myrep/mybranch/
    is not the same repository as
    ‘file:///C:/myrep’

    If I set an environment variable %REP% = file:///c:/myrep/ and use svn switch %REP%/mybranch, everything works fine. I don’t have a clue how or why, but this does seem to fix it.