> Gambas has fouled up my svn, I think benoit is aware of the issue but in > the meantime I can't commit. > > It occurred around renaming a directory in gambas. > > When I last did an update this was the outcome > D help/clinical/familyhistory > Updated to revision 202. > > I then tried a commit but the directory is still physically on the disk and > there is a little padlock on the directory name > > richard ~/coding/trunk $ svn commit -m "more help" > svn: Commit failed (details follow): > svn: Unable to lock > '/home/richard/coding/trunk/help/clinical/familyhistory' > > does anyone know how to resolve this sort of problem? > > Regards > > richard >
Gambas is not necessarily the cause, svn is powerful enough to screw up itself in many many ways. Do what I have already told you: checkout somewhere else, apply your changes there by hand, to start from a fresh local repository. Regards, -- Benoît Minisini ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
