Hi,

I have some problems with your commands.
First of all when i execute " svn diff " I have this output :

" svn: '.' is not a working copy " 

then, when i execute " svn update " :

" Skipped '.' "

And I don't understand your procedure, Have I delete this ? : 

" int getline(char *s, int n, FILE *f) {
    register int i=0;

    while(1) {
        s[i] = (char)fgetc(f);

        if(s[i] == CR)
            s[i] = fgetc(f);

        if((s[i] == 0x4) || (s[i] == LF) || (i == (n-1))) {
            s[i] = '\0';
            return (feof(f) ? 1 : 0);
        }
        ++i;
    }
}  "

or svn update make this automatically ? 

Please could you explain, I am really sorry for disturbance.

Thank you !





_______________________________________________
unxsBind mailing list
[email protected]
https://lists.openisp.net/mailman/listinfo/unxsbind

Reply via email to