Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.6.x
-
None
Description
For the code below I get this error when it tries to run status3: TypeError in method 'svn_client_status3', argument 4 of type 'svn_wc_status_func2_t' $s = SVN::Client->new(); # Standard status print "Using status:\n"; $s->status("", undef, sub{($path, $status) = @_; print "$path,$status\n" }, 1, 1, 1, 0); print "\n\nUsing status3:\n"; $s->status3( "", undef, sub{($path, $status) = @_; print "$path,$status\n" }, $SVN::Core::depth_immediates, 1, 1, 0, 1, undef );
Original issue reported by jimsearle
Attachments
Issue Links
- duplicates
-
SVN-2646 Perl bindings for recent client API functions missing
- Open