Svn lock

Subscribe to Svn lock 3 post(s), 2 voice(s)

 
Avatar Tinu Cleatus 2 post(s)

I got FiveRuns TuneUp installed in my app and I checked that in to my svn repository along with the plugin files and also the ones that TuneUp created in public. ie public/javascripts/tuneup, public/stylesheets/tuneup and public/images/tuneup. Now when I try to commit again, it does not allow me to. There seems to have something happened to these public folders.

[skywalker@localhost cc1]$ svn stat
~      public/javascripts/tuneup
~      public/images/tuneup
~      public/stylesheets/tuneup
[skywalker@localhost cc1]$ svn cleanup
svn: 'public/javascripts/tuneup' is not a working copy directory
[skywalker@localhost cc1]$

How can I avoid this? I have no idea how this is happening. I tried cleanup but that doesnt help. I am not able to commit when this happens.

 
Avatar Calvin 4 post(s)

I’m having some problems there too… it looks like tuneup is doing some funny business with the .svn directory

 
Avatar Calvin 4 post(s)

Taking a look at the gem, it looks like it rebuilds those directories everytime you restart the server, in the processing removing the .svn directory. The fix for this is to remove those directories and svn:ignore them so they don’t get checked in.