What is a baton from subversion sources?

2011-02-11 Thread Grigory Petrov
Hello. I'm learning subversion API right now and examining it's source code and examples. It's a lot of things in subversion source code that is called a baton. For example, svn_cmdline_create_auth_baton() create auth baton, and callbacks takes callback function pointer and, again, batons. I

Re: What is a baton from subversion sources?

2011-02-11 Thread vishwajeet singh
On Sat, Feb 12, 2011 at 1:01 AM, Grigory Petrov grigory@gmail.comwrote: Hello. I'm learning subversion API right now and examining it's source code and examples. It's a lot of things in subversion source code that is called a baton. For example, svn_cmdline_create_auth_baton() create

RE: What is a baton from subversion sources?

2011-02-11 Thread Bob Archer
I'm learning subversion API right now and examining it's source code and examples. It's a lot of things in subversion source code that is called a baton. For example, svn_cmdline_create_auth_baton() create auth baton, and callbacks takes callback function pointer and, again, batons. I

Re: What is a baton from subversion sources?

2011-02-11 Thread Ryan Schmidt
On Feb 11, 2011, at 13:31, Grigory Petrov wrote: I'm learning subversion API right now and examining it's source code and examples. It's a lot of things in subversion source code that is called a baton. For example, svn_cmdline_create_auth_baton() create auth baton, and callbacks takes