Thank you Eric, Checked to see if it is in auto and it appears that I am missing the Jamfile and csplugin proprieties that must be what is causing the problem. I have uploaded to my CS SVN branch.
-Dan On Sun, Jul 13, 2008 at 7:00 PM, Eric Sunshine <[EMAIL PROTECTED]> wrote: > On Jul 13, 2008, at 11:53 AM, Daniel MD wrote: >> I have also tried to commit the changes to my svn branch, even though >> it is not functional. >> But i keep getting errors >> Error: REPORT request failed on '/svnroot/cel/!svn/vcc/default' >> Error: Can't find a temporary directory: Error string not specified >> yet > > Assuming that your local temporary directory is writable, this might > indicate a problem on the SF side. Try submitting a support request > and see what they say about it. After logging in to SF, submit the > request at the bottom of this page: > http://sourceforge.net/tracker/?func=add&group_id=1&atid=200001 > >> and before that i got mime related errors... > > You need to ensure that every file you add to the CS/CEL repository > has the SVN properties svn:mime-type and svn:eol-style set correctly. > The easiest way to do this is to set "enable-auto-props=yes" in your > ~/.subversion/config file and then set up the appropriate associations > in the [auto-props] section of the same file. Here is a sample: > > [miscellany] > enable-auto-props = yes > > [auto-props] > *.c = svn:mime-type=text/plain;svn:eol-style=native > *.cpp = svn:mime-type=text/plain;svn:eol-style=native > *.h = svn:mime-type=text/plain;svn:eol-style=native > *.sh = svn:mime-type=text/plain;svn:eol-style=native;svn:executable > *.txt = svn:mime-type=text/plain;svn:eol-style=native > *.png = svn:mime-type=image/png > *.jpg = svn:mime-type=image/jpeg > Jamfile = svn:mime-type=text/plain;svn:eol-style=native > > This sets the properties automatically when you 'svn add' files. If > you already added the files, then you can instead set the properties > manually with the 'svn propset' command. > > -- ES > > > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > Cel-main mailing list > Cel-main@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/cel-main > ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Cel-main mailing list Cel-main@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cel-main