Administrator
|
Wanted to update site on Apache server, got
svn: Can't open file 'css/.svn/lock': Permission denied Thanks Jacques > Author: jleroux > Date: Wed Apr 8 21:53:56 2009 > New Revision: 763419 > > URL: http://svn.apache.org/viewvc?rev=763419&view=rev > Log: > Update Copyright to 2009 > > Modified: > ofbiz/site/index.html > > Modified: ofbiz/site/index.html > URL: http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=763419&r1=763418&r2=763419&view=diff > ============================================================================== > --- ofbiz/site/index.html (original) > +++ ofbiz/site/index.html Wed Apr 8 21:53:56 2009 > @@ -319,7 +319,7 @@ > <div id="footer-wrap"> > <div id="footer-content"> > > - © Copyright 2001-2008 The Apache Software Foundation - www.apache.org > + © Copyright 2001-2009 The Apache Software Foundation - www.apache.org > > </div> > </div> > > |
I hate the permission stuff on that server, they always seem to get messed up... and for checking out new directories this was a mess. I changed a bunch of group permissions so you should be able to now (and I did just do an update too), but please do respond if you have more issues. On a side note, you can just update the index.html file (ie: svn up index.html) instead of updating everything and that way you would also avoid this sort of issue with a sub-directory you don't need to update. -David On Apr 8, 2009, at 3:56 PM, Jacques Le Roux wrote: > Wanted to update site on Apache server, got > svn: Can't open file 'css/.svn/lock': Permission denied > > Thanks > > Jacques > >> Author: jleroux >> Date: Wed Apr 8 21:53:56 2009 >> New Revision: 763419 >> URL: http://svn.apache.org/viewvc?rev=763419&view=rev >> Log: >> Update Copyright to 2009 >> Modified: >> ofbiz/site/index.html >> Modified: ofbiz/site/index.html >> URL: http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=763419&r1=763418&r2=763419&view=diff >> = >> = >> = >> = >> = >> = >> = >> = >> = >> ===================================================================== >> --- ofbiz/site/index.html (original) >> +++ ofbiz/site/index.html Wed Apr 8 21:53:56 2009 >> @@ -319,7 +319,7 @@ >> <div id="footer-wrap"> >> <div id="footer-content"> >> - © Copyright 2001-2008 The Apache Software >> Foundation - www.apache.org >> + © Copyright 2001-2009 The Apache Software >> Foundation - www.apache.org >> </div> >> </div> >> > |
David E Jones wrote:
> > I hate the permission stuff on that server, they always seem to get > messed up... and for checking out new directories this was a mess. I > changed a bunch of group permissions so you should be able to now (and I > did just do an update too), but please do respond if you have more issues. > > On a side note, you can just update the index.html file (ie: svn up > index.html) instead of updating everything and that way you would also > avoid this sort of issue with a sub-directory you don't need to update. umask needs to be set in $HOME/.bashrc or .bash_profile correctly, g+ws needs to be set on dirs, and g+w on files. Users then need to be members of the correct group. Most people do all the latter, but don't set the umask in *all* users that are doing work in the shared location. |
Administrator
|
In reply to this post by David E Jones-3
From: "David E Jones" <[hidden email]>
> I hate the permission stuff on that server, they always seem to get > messed up... and for checking out new directories this was a mess. I > changed a bunch of group permissions so you should be able to now (and > I did just do an update too), but please do respond if you have more > issues. svn: Can't open file 'js/.svn/lock': Permission denied > On a side note, you can just update the index.html file (ie: svn up > index.html) instead of updating everything and that way you would also > avoid this sort of issue with a sub-directory you don't need to update. Right, it was just to be able to do it all, in case... Jacques > -David > > > On Apr 8, 2009, at 3:56 PM, Jacques Le Roux wrote: > >> Wanted to update site on Apache server, got >> svn: Can't open file 'css/.svn/lock': Permission denied >> >> Thanks >> >> Jacques >> >>> Author: jleroux >>> Date: Wed Apr 8 21:53:56 2009 >>> New Revision: 763419 >>> URL: http://svn.apache.org/viewvc?rev=763419&view=rev >>> Log: >>> Update Copyright to 2009 >>> Modified: >>> ofbiz/site/index.html >>> Modified: ofbiz/site/index.html >>> URL: http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=763419&r1=763418&r2=763419&view=diff >>> = >>> = >>> = >>> = >>> = >>> = >>> = >>> = >>> = >>> ===================================================================== >>> --- ofbiz/site/index.html (original) >>> +++ ofbiz/site/index.html Wed Apr 8 21:53:56 2009 >>> @@ -319,7 +319,7 @@ >>> <div id="footer-wrap"> >>> <div id="footer-content"> >>> - © Copyright 2001-2008 The Apache Software >>> Foundation - www.apache.org >>> + © Copyright 2001-2009 The Apache Software >>> Foundation - www.apache.org >>> </div> >>> </div> >>> >> > |
Administrator
|
[jleroux@minotaur /www/ofbiz.apache.org]$ svn up css/global.css
svn: Can't open file 'css/.svn/tmp/text-base/global.css.svn-base': Permission denied Jacques From: "Jacques Le Roux" <[hidden email]> > From: "David E Jones" <[hidden email]> >> I hate the permission stuff on that server, they always seem to get >> messed up... and for checking out new directories this was a mess. I >> changed a bunch of group permissions so you should be able to now (and >> I did just do an update too), but please do respond if you have more >> issues. > > svn: Can't open file 'js/.svn/lock': Permission denied > >> On a side note, you can just update the index.html file (ie: svn up >> index.html) instead of updating everything and that way you would also >> avoid this sort of issue with a sub-directory you don't need to update. > > Right, it was just to be able to do it all, in case... > > Jacques > >> -David >> >> >> On Apr 8, 2009, at 3:56 PM, Jacques Le Roux wrote: >> >>> Wanted to update site on Apache server, got >>> svn: Can't open file 'css/.svn/lock': Permission denied >>> >>> Thanks >>> >>> Jacques >>> >>>> Author: jleroux >>>> Date: Wed Apr 8 21:53:56 2009 >>>> New Revision: 763419 >>>> URL: http://svn.apache.org/viewvc?rev=763419&view=rev >>>> Log: >>>> Update Copyright to 2009 >>>> Modified: >>>> ofbiz/site/index.html >>>> Modified: ofbiz/site/index.html >>>> URL: http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=763419&r1=763418&r2=763419&view=diff >>>> = >>>> = >>>> = >>>> = >>>> = >>>> = >>>> = >>>> = >>>> = >>>> ===================================================================== >>>> --- ofbiz/site/index.html (original) >>>> +++ ofbiz/site/index.html Wed Apr 8 21:53:56 2009 >>>> @@ -319,7 +319,7 @@ >>>> <div id="footer-wrap"> >>>> <div id="footer-content"> >>>> - © Copyright 2001-2008 The Apache Software >>>> Foundation - www.apache.org >>>> + © Copyright 2001-2009 The Apache Software >>>> Foundation - www.apache.org >>>> </div> >>>> </div> >>>> >>> >> > |
Okay, that should all be fixed. Sorry for the inconvenience. -David On Apr 9, 2009, at 1:34 AM, Jacques Le Roux wrote: > [jleroux@minotaur /www/ofbiz.apache.org]$ svn up css/global.css > svn: Can't open file 'css/.svn/tmp/text-base/global.css.svn-base': > Permission denied > > Jacques > > From: "Jacques Le Roux" <[hidden email]> >> From: "David E Jones" <[hidden email]> >>> I hate the permission stuff on that server, they always seem to >>> get messed up... and for checking out new directories this was a >>> mess. I changed a bunch of group permissions so you should be >>> able to now (and I did just do an update too), but please do >>> respond if you have more issues. >> svn: Can't open file 'js/.svn/lock': Permission denied >>> On a side note, you can just update the index.html file (ie: svn >>> up index.html) instead of updating everything and that way you >>> would also avoid this sort of issue with a sub-directory you >>> don't need to update. >> Right, it was just to be able to do it all, in case... >> Jacques >>> -David >>> On Apr 8, 2009, at 3:56 PM, Jacques Le Roux wrote: >>>> Wanted to update site on Apache server, got >>>> svn: Can't open file 'css/.svn/lock': Permission denied >>>> >>>> Thanks >>>> >>>> Jacques >>>> >>>>> Author: jleroux >>>>> Date: Wed Apr 8 21:53:56 2009 >>>>> New Revision: 763419 >>>>> URL: http://svn.apache.org/viewvc?rev=763419&view=rev >>>>> Log: >>>>> Update Copyright to 2009 >>>>> Modified: >>>>> ofbiz/site/index.html >>>>> Modified: ofbiz/site/index.html >>>>> URL: http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=763419&r1=763418&r2=763419&view=diff >>>>> = = = = = = = = = >>>>> = >>>>> = >>>>> = >>>>> ================================================================== >>>>> --- ofbiz/site/index.html (original) >>>>> +++ ofbiz/site/index.html Wed Apr 8 21:53:56 2009 >>>>> @@ -319,7 +319,7 @@ >>>>> <div id="footer-wrap"> >>>>> <div id="footer-content"> >>>>> - © Copyright 2001-2008 The Apache Software >>>>> Foundation - www.apache.org >>>>> + © Copyright 2001-2009 The Apache Software >>>>> Foundation - www.apache.org >>>>> </div> >>>>> </div> >>>>> >>>> >>> >> > |
you working Indian hours these days Mr. Jones :)
Cheers, Tim -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 ----- "David E Jones" <[hidden email]> wrote: > Okay, that should all be fixed. Sorry for the inconvenience. > > -David > > > On Apr 9, 2009, at 1:34 AM, Jacques Le Roux wrote: > > > [jleroux@minotaur /www/ofbiz.apache.org]$ svn up css/global.css > > svn: Can't open file 'css/.svn/tmp/text-base/global.css.svn-base': > > > Permission denied > > > > Jacques > > > > From: "Jacques Le Roux" <[hidden email]> > >> From: "David E Jones" <[hidden email]> > >>> I hate the permission stuff on that server, they always seem to > >>> get messed up... and for checking out new directories this was a > > >>> mess. I changed a bunch of group permissions so you should be > >>> able to now (and I did just do an update too), but please do > >>> respond if you have more issues. > >> svn: Can't open file 'js/.svn/lock': Permission denied > >>> On a side note, you can just update the index.html file (ie: svn > > >>> up index.html) instead of updating everything and that way you > >>> would also avoid this sort of issue with a sub-directory you > >>> don't need to update. > >> Right, it was just to be able to do it all, in case... > >> Jacques > >>> -David > >>> On Apr 8, 2009, at 3:56 PM, Jacques Le Roux wrote: > >>>> Wanted to update site on Apache server, got > >>>> svn: Can't open file 'css/.svn/lock': Permission denied > >>>> > >>>> Thanks > >>>> > >>>> Jacques > >>>> > >>>>> Author: jleroux > >>>>> Date: Wed Apr 8 21:53:56 2009 > >>>>> New Revision: 763419 > >>>>> URL: http://svn.apache.org/viewvc?rev=763419&view=rev > >>>>> Log: > >>>>> Update Copyright to 2009 > >>>>> Modified: > >>>>> ofbiz/site/index.html > >>>>> Modified: ofbiz/site/index.html > >>>>> URL: > http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=763419&r1=763418&r2=763419&view=diff > >>>>> = = = = = = = = = > >>>>> = > >>>>> = > >>>>> = > >>>>> > ================================================================== > >>>>> --- ofbiz/site/index.html (original) > >>>>> +++ ofbiz/site/index.html Wed Apr 8 21:53:56 2009 > >>>>> @@ -319,7 +319,7 @@ > >>>>> <div id="footer-wrap"> > >>>>> <div id="footer-content"> > >>>>> - © Copyright 2001-2008 The Apache Software > >>>>> Foundation - www.apache.org > >>>>> + © Copyright 2001-2009 The Apache Software > >>>>> Foundation - www.apache.org > >>>>> </div> > >>>>> </div> > >>>>> > >>>> > >>> > >> > > |
At least I'm actually here - so that's why it appears I'm up so late each night.
Cheers, Tim -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 ----- "Tim Ruppert" <[hidden email]> wrote: > you working Indian hours these days Mr. Jones :) > > Cheers, > Tim > -- > Tim Ruppert > HotWax Media > http://www.hotwaxmedia.com > > o:801.649.6594 > f:801.649.6595 > > ----- "David E Jones" <[hidden email]> wrote: > > > Okay, that should all be fixed. Sorry for the inconvenience. > > > > -David > > > > > > On Apr 9, 2009, at 1:34 AM, Jacques Le Roux wrote: > > > > > [jleroux@minotaur /www/ofbiz.apache.org]$ svn up css/global.css > > > svn: Can't open file 'css/.svn/tmp/text-base/global.css.svn-base': > > > > > > Permission denied > > > > > > Jacques > > > > > > From: "Jacques Le Roux" <[hidden email]> > > >> From: "David E Jones" <[hidden email]> > > >>> I hate the permission stuff on that server, they always seem to > > > >>> get messed up... and for checking out new directories this was > a > > > > >>> mess. I changed a bunch of group permissions so you should be > > > >>> able to now (and I did just do an update too), but please do > > >>> respond if you have more issues. > > >> svn: Can't open file 'js/.svn/lock': Permission denied > > >>> On a side note, you can just update the index.html file (ie: svn > > > > > >>> up index.html) instead of updating everything and that way you > > > >>> would also avoid this sort of issue with a sub-directory you > > >>> don't need to update. > > >> Right, it was just to be able to do it all, in case... > > >> Jacques > > >>> -David > > >>> On Apr 8, 2009, at 3:56 PM, Jacques Le Roux wrote: > > >>>> Wanted to update site on Apache server, got > > >>>> svn: Can't open file 'css/.svn/lock': Permission denied > > >>>> > > >>>> Thanks > > >>>> > > >>>> Jacques > > >>>> > > >>>>> Author: jleroux > > >>>>> Date: Wed Apr 8 21:53:56 2009 > > >>>>> New Revision: 763419 > > >>>>> URL: http://svn.apache.org/viewvc?rev=763419&view=rev > > >>>>> Log: > > >>>>> Update Copyright to 2009 > > >>>>> Modified: > > >>>>> ofbiz/site/index.html > > >>>>> Modified: ofbiz/site/index.html > > >>>>> URL: > > > http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=763419&r1=763418&r2=763419&view=diff > > >>>>> = = = = = = = = = > > >>>>> = > > >>>>> = > > >>>>> = > > >>>>> > > ================================================================== > > >>>>> --- ofbiz/site/index.html (original) > > >>>>> +++ ofbiz/site/index.html Wed Apr 8 21:53:56 2009 > > >>>>> @@ -319,7 +319,7 @@ > > >>>>> <div id="footer-wrap"> > > >>>>> <div id="footer-content"> > > >>>>> - © Copyright 2001-2008 The Apache Software > > > >>>>> Foundation - www.apache.org > > >>>>> + © Copyright 2001-2009 The Apache Software > > > >>>>> Foundation - www.apache.org > > >>>>> </div> > > >>>>> </div> > > >>>>> > > >>>> > > >>> > > >> > > > |
Guys welcome back to my time zone!
On 09/04/2009 17:35, "Tim Ruppert" <[hidden email]> wrote: At least I'm actually here - so that's why it appears I'm up so late each night. Cheers, Tim -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 ----- "Tim Ruppert" <[hidden email]> wrote: > you working Indian hours these days Mr. Jones :) > > Cheers, > Tim > -- > Tim Ruppert > HotWax Media > http://www.hotwaxmedia.com > > o:801.649.6594 > f:801.649.6595 > > ----- "David E Jones" <[hidden email]> wrote: > > > Okay, that should all be fixed. Sorry for the inconvenience. > > > > -David > > > > > > On Apr 9, 2009, at 1:34 AM, Jacques Le Roux wrote: > > > > > [jleroux@minotaur /www/ofbiz.apache.org]$ svn up css/global.css > > > svn: Can't open file 'css/.svn/tmp/text-base/global.css.svn-base': > > > > > > Permission denied > > > > > > Jacques > > > > > > From: "Jacques Le Roux" <[hidden email]> > > >> From: "David E Jones" <[hidden email]> > > >>> I hate the permission stuff on that server, they always seem to > > > >>> get messed up... and for checking out new directories this was > a > > > > >>> mess. I changed a bunch of group permissions so you should be > > > >>> able to now (and I did just do an update too), but please do > > >>> respond if you have more issues. > > >> svn: Can't open file 'js/.svn/lock': Permission denied > > >>> On a side note, you can just update the index.html file (ie: svn > > > > > >>> up index.html) instead of updating everything and that way you > > > >>> would also avoid this sort of issue with a sub-directory you > > >>> don't need to update. > > >> Right, it was just to be able to do it all, in case... > > >> Jacques > > >>> -David > > >>> On Apr 8, 2009, at 3:56 PM, Jacques Le Roux wrote: > > >>>> Wanted to update site on Apache server, got > > >>>> svn: Can't open file 'css/.svn/lock': Permission denied > > >>>> > > >>>> Thanks > > >>>> > > >>>> Jacques > > >>>> > > >>>>> Author: jleroux > > >>>>> Date: Wed Apr 8 21:53:56 2009 > > >>>>> New Revision: 763419 > > >>>>> URL: http://svn.apache.org/viewvc?rev=763419&view=rev > > >>>>> Log: > > >>>>> Update Copyright to 2009 > > >>>>> Modified: > > >>>>> ofbiz/site/index.html > > >>>>> Modified: ofbiz/site/index.html > > >>>>> URL: > > > http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=763419&r1=763418&r2=763419&view=diff > > >>>>> = = = = = = = = = > > >>>>> = > > >>>>> = > > >>>>> = > > >>>>> > > ================================================================== > > >>>>> --- ofbiz/site/index.html (original) > > >>>>> +++ ofbiz/site/index.html Wed Apr 8 21:53:56 2009 > > >>>>> @@ -319,7 +319,7 @@ > > >>>>> <div id="footer-wrap"> > > >>>>> <div id="footer-content"> > > >>>>> - © Copyright 2001-2008 The Apache Software > > > >>>>> Foundation - www.apache.org > > >>>>> + © Copyright 2001-2009 The Apache Software > > > >>>>> Foundation - www.apache.org > > >>>>> </div> > > >>>>> </div> > > >>>>> > > >>>> > > >>> > > >> > > > |
Happy to be here!
Cheers, Tim -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 ----- "Sam Hamilton" <[hidden email]> wrote: > Guys welcome back to my time zone! > > > On 09/04/2009 17:35, "Tim Ruppert" <[hidden email]> > wrote: > > At least I'm actually here - so that's why it appears I'm up so late > each night. > > Cheers, > Tim > -- > Tim Ruppert > HotWax Media > http://www.hotwaxmedia.com > > o:801.649.6594 > f:801.649.6595 > > ----- "Tim Ruppert" <[hidden email]> wrote: > > > you working Indian hours these days Mr. Jones :) > > > > Cheers, > > Tim > > -- > > Tim Ruppert > > HotWax Media > > http://www.hotwaxmedia.com > > > > o:801.649.6594 > > f:801.649.6595 > > > > ----- "David E Jones" <[hidden email]> wrote: > > > > > Okay, that should all be fixed. Sorry for the inconvenience. > > > > > > -David > > > > > > > > > On Apr 9, 2009, at 1:34 AM, Jacques Le Roux wrote: > > > > > > > [jleroux@minotaur /www/ofbiz.apache.org]$ svn up css/global.css > > > > svn: Can't open file > 'css/.svn/tmp/text-base/global.css.svn-base': > > > > > > > > > Permission denied > > > > > > > > Jacques > > > > > > > > From: "Jacques Le Roux" <[hidden email]> > > > >> From: "David E Jones" <[hidden email]> > > > >>> I hate the permission stuff on that server, they always seem > to > > > > > >>> get messed up... and for checking out new directories this > was > > a > > > > > > >>> mess. I changed a bunch of group permissions so you should > be > > > > > >>> able to now (and I did just do an update too), but please do > > > >>> respond if you have more issues. > > > >> svn: Can't open file 'js/.svn/lock': Permission denied > > > >>> On a side note, you can just update the index.html file (ie: > svn > > > > > > > > >>> up index.html) instead of updating everything and that way > you > > > > > >>> would also avoid this sort of issue with a sub-directory you > > > >>> don't need to update. > > > >> Right, it was just to be able to do it all, in case... > > > >> Jacques > > > >>> -David > > > >>> On Apr 8, 2009, at 3:56 PM, Jacques Le Roux wrote: > > > >>>> Wanted to update site on Apache server, got > > > >>>> svn: Can't open file 'css/.svn/lock': Permission denied > > > >>>> > > > >>>> Thanks > > > >>>> > > > >>>> Jacques > > > >>>> > > > >>>>> Author: jleroux > > > >>>>> Date: Wed Apr 8 21:53:56 2009 > > > >>>>> New Revision: 763419 > > > >>>>> URL: http://svn.apache.org/viewvc?rev=763419&view=rev > > > >>>>> Log: > > > >>>>> Update Copyright to 2009 > > > >>>>> Modified: > > > >>>>> ofbiz/site/index.html > > > >>>>> Modified: ofbiz/site/index.html > > > >>>>> URL: > > > > > > http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=763419&r1=763418&r2=763419&view=diff > > > >>>>> = = = = = = = = = > > > >>>>> = > > > >>>>> = > > > >>>>> = > > > >>>>> > > > > ================================================================== > > > >>>>> --- ofbiz/site/index.html (original) > > > >>>>> +++ ofbiz/site/index.html Wed Apr 8 21:53:56 2009 > > > >>>>> @@ -319,7 +319,7 @@ > > > >>>>> <div id="footer-wrap"> > > > >>>>> <div id="footer-content"> > > > >>>>> - © Copyright 2001-2008 The Apache Software > > > > > >>>>> Foundation - www.apache.org > > > >>>>> + © Copyright 2001-2009 The Apache Software > > > > > >>>>> Foundation - www.apache.org > > > >>>>> </div> > > > >>>>> </div> > > > >>>>> > > > >>>> > > > >>> > > > >> > > > > |
In reply to this post by porkiey
It is the quietest time to work... ;) -David On Apr 9, 2009, at 3:43 AM, Sam Hamilton wrote: > Guys welcome back to my time zone! > > > On 09/04/2009 17:35, "Tim Ruppert" <[hidden email]> > wrote: > > At least I'm actually here - so that's why it appears I'm up so late > each night. > > Cheers, > Tim > -- > Tim Ruppert > HotWax Media > http://www.hotwaxmedia.com > > o:801.649.6594 > f:801.649.6595 > > ----- "Tim Ruppert" <[hidden email]> wrote: > >> you working Indian hours these days Mr. Jones :) >> >> Cheers, >> Tim >> -- >> Tim Ruppert >> HotWax Media >> http://www.hotwaxmedia.com >> >> o:801.649.6594 >> f:801.649.6595 >> >> ----- "David E Jones" <[hidden email]> wrote: >> >>> Okay, that should all be fixed. Sorry for the inconvenience. >>> >>> -David >>> >>> >>> On Apr 9, 2009, at 1:34 AM, Jacques Le Roux wrote: >>> >>>> [jleroux@minotaur /www/ofbiz.apache.org]$ svn up css/global.css >>>> svn: Can't open file 'css/.svn/tmp/text-base/global.css.svn-base': >> >>> >>>> Permission denied >>>> >>>> Jacques >>>> >>>> From: "Jacques Le Roux" <[hidden email]> >>>>> From: "David E Jones" <[hidden email]> >>>>>> I hate the permission stuff on that server, they always seem to >> >>>>>> get messed up... and for checking out new directories this was >> a >>> >>>>>> mess. I changed a bunch of group permissions so you should be >> >>>>>> able to now (and I did just do an update too), but please do >>>>>> respond if you have more issues. >>>>> svn: Can't open file 'js/.svn/lock': Permission denied >>>>>> On a side note, you can just update the index.html file (ie: svn >> >>> >>>>>> up index.html) instead of updating everything and that way you >> >>>>>> would also avoid this sort of issue with a sub-directory you >>>>>> don't need to update. >>>>> Right, it was just to be able to do it all, in case... >>>>> Jacques >>>>>> -David >>>>>> On Apr 8, 2009, at 3:56 PM, Jacques Le Roux wrote: >>>>>>> Wanted to update site on Apache server, got >>>>>>> svn: Can't open file 'css/.svn/lock': Permission denied >>>>>>> >>>>>>> Thanks >>>>>>> >>>>>>> Jacques >>>>>>> >>>>>>>> Author: jleroux >>>>>>>> Date: Wed Apr 8 21:53:56 2009 >>>>>>>> New Revision: 763419 >>>>>>>> URL: http://svn.apache.org/viewvc?rev=763419&view=rev >>>>>>>> Log: >>>>>>>> Update Copyright to 2009 >>>>>>>> Modified: >>>>>>>> ofbiz/site/index.html >>>>>>>> Modified: ofbiz/site/index.html >>>>>>>> URL: >>> >> http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=763419&r1=763418&r2=763419&view=diff >>>>>>>> = = = = = = = = = >>>>>>>> = >>>>>>>> = >>>>>>>> = >>>>>>>> >>> ================================================================== >>>>>>>> --- ofbiz/site/index.html (original) >>>>>>>> +++ ofbiz/site/index.html Wed Apr 8 21:53:56 2009 >>>>>>>> @@ -319,7 +319,7 @@ >>>>>>>> <div id="footer-wrap"> >>>>>>>> <div id="footer-content"> >>>>>>>> - © Copyright 2001-2008 The Apache Software >> >>>>>>>> Foundation - www.apache.org >>>>>>>> + © Copyright 2001-2009 The Apache Software >> >>>>>>>> Foundation - www.apache.org >>>>>>>> </div> >>>>>>>> </div> >>>>>>>> >>>>>>> >>>>>> >>>>> >>>> |
Free forum by Nabble | Edit this page |