Exemplo n.º 1
0
		[DllImport(svnclientlib)] static extern IntPtr svn_client_status (IntPtr result_rev, string path, ref Rev revision,
		                                                                  svn_wc_status_func_t status_func, IntPtr status_baton,
		                                                                  int descend, int get_all, int update, int no_ignore,
		                                                                  IntPtr ctx, IntPtr pool);
Exemplo n.º 2
0
		public override IntPtr client_status (IntPtr result_rev, string path, ref Rev revision,
		                                      svn_wc_status_func_t status_func, IntPtr status_baton,
		                                      int descend, int get_all, int update, int no_ignore,
		                                      IntPtr ctx, IntPtr pool)
		{
			return svn_client_status (result_rev, path, ref revision, status_func, status_baton,
			                          descend, get_all, update, no_ignore, ctx, pool);
		}
Exemplo n.º 3
0
 internal IntPtr svn_client_status(out int result_rev,
                                   IntPtr path, IntPtr revision,
                                   svn_wc_status_func_t status_func, IntPtr status_baton,
                                   int descend, int get_all, int update, int no_ignore,
                                   IntPtr ctx, IntPtr pool);
Exemplo n.º 4
0
		public abstract IntPtr client_status (IntPtr result_rev, string path, ref Rev revision,
		                                      svn_wc_status_func_t status_func, IntPtr status_baton,
		                                      int descend, int get_all, int update, int no_ignore,
		                                      IntPtr ctx, IntPtr pool);
Exemplo n.º 5
0
		internal IntPtr svn_client_status(out int result_rev, 
										  IntPtr path, IntPtr revision,
										  svn_wc_status_func_t status_func, IntPtr status_baton, 
										  int descend, int get_all, int update, int no_ignore, 
						  	              IntPtr ctx, IntPtr pool);