Are you using windows ? If so, it may be the problem, as it can't know which file (lowercased, mixed) it is.
To delete a file from SVN: svn rm <file> To rename a file: svn rename <from> <to> For more: http://code.google.com/p/jallib/wiki/SvnRepositoryHowTo Let me know if you have troubles Seb 2010/2/28 vasile surducan <[email protected]> > Ok, how can I delete a file? it seems comitting a modified lowercase file > does not change the content... > > On 2/28/10, Sebastien Lelong <[email protected]> wrote: > >> >> 2010/2/28 vasile surducan <[email protected]> >> >>> Well, maybe consistency is for your eyes but not for mine. >>> >> >> >> Not for mine only, for all ours. >> >> >>> When you're forced to write celsius as c instead of C, is not consistent >>> readability. >>> >> >> >> write "celsius" >> >> >>> I think you should do a validation file which match with compiler. >>> >> >> >> I think you should read JSG. Because compiler is very permissive that we >> need to be strict while writing code, to have a consistent base for >> readability. This can leads to weird results like the one you describe here >> with celsius. So ? Should we change everything ? >> >> >> >> >> Seb >> >> >> >> >> >>> >>> Vasile >>> >>> >>> On 2/27/10, Sebastien Lelong <[email protected]> wrote: >>> >>>> Consistent readability. This is all explained in JSG. >>>> >>>> >>>> Cheers, >>>> Seb >>>> >>>> 2010/2/28 vasile surducan <[email protected]> >>>> >>>>> >>>>> There is any serious reason why capital letters should not be used in >>>>> procedure names? >>>>> >>>>> thx, >>>>> Vasile >>>>> >>>>> >>>>> On 2/27/10, [email protected] <[email protected]> wrote: >>>>>> >>>>>> Hi guys, >>>>>> >>>>>> This is buildbot speaking. I have finished a build of jallib-standard >>>>>> on jallib. >>>>>> Buildslave for this Build: sebbot >>>>>> >>>>>> Build Reason: >>>>>> Build Source Stamp: HEAD >>>>>> Blamelist: bvwelch,jsuijs,sebastien.lelong,vsurducan >>>>>> >>>>>> BUILD FAILED: failed validate compile >>>>>> Logs are attached. >>>>>> >>>>>> sincerely, >>>>>> -The Buildbot >>>>>> >>>>>> -- >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups "jallib" group. >>>>>> To post to this group, send email to [email protected]. >>>>>> To unsubscribe from this group, send email to >>>>>> [email protected]<jallib%[email protected]> >>>>>> . >>>>>> For more options, visit this group at >>>>>> http://groups.google.com/group/jallib?hl=en. >>>>>> >>>>>> >>>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "jallib" group. >>>>> To post to this group, send email to [email protected]. >>>>> To unsubscribe from this group, send email to >>>>> [email protected]<jallib%[email protected]> >>>>> . >>>>> For more options, visit this group at >>>>> http://groups.google.com/group/jallib?hl=en. >>>>> >>>> >>>> >>>> >>>> -- >>>> Sébastien Lelong >>>> http://www.sirloon.net >>>> http://sirbot.org >>>> >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "jallib" group. >>>> To post to this group, send email to [email protected]. >>>> To unsubscribe from this group, send email to >>>> [email protected]<jallib%[email protected]> >>>> . >>>> For more options, visit this group at >>>> http://groups.google.com/group/jallib?hl=en. >>>> >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "jallib" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]<jallib%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/jallib?hl=en. >>> >>> >> >> >> >> -- >> Sébastien Lelong >> http://www.sirloon.net >> http://sirbot.org >> >> -- >> You received this message because you are subscribed to the Google Groups >> "jallib" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<jallib%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/jallib?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "jallib" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<jallib%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/jallib?hl=en. > -- Sébastien Lelong http://www.sirloon.net http://sirbot.org -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
