On Fri, 2008-05-02 at 22:49 +0200, Markus M. May wrote:
> One more question. Is there a way, to test this without doing an svn  
> commit every time? I would like to test only the call to this method.  
> probably with a short testcase, we could find the reason for this  
> easily?

No, but there is an easy way to test with doing an svn commit every
time:

$ touch a
$ svn add a
$ echo "more_data" >> a && svn commit -m "bug 1234: 50char message" a

# And keep issuing:

$ echo "more_data" >> a && svn commit -m "bug 1234: 50char message" a
$ echo "more_data" >> a && svn commit -m "bug 1234: 50char message" a
$ echo "more_data" >> a && svn commit -m "bug 1234: 50char message" a


Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to