40 |
|
::apr_hash_t *hash; |
41 |
|
::svn_opt_revision_t revision = { ::svn_opt_revision_unspecified }; |
42 |
|
|
43 |
< |
//#if (SVN_VER_MAJOR == 1) && (SVN_VER_MINOR == 2) |
43 |
> |
#if (SVN_VER_MAJOR == 1) && (SVN_VER_MINOR == 2) |
44 |
|
CheckError(::svn_client_ls2(&hash, target.NullTerminate(), &revision, &revision, false, context, pool)); |
45 |
< |
/*#else |
45 |
> |
#else |
46 |
|
CheckError(::svn_client_ls3(&hash, NULL, target.NullTerminate(), &revision, &revision, false, context, pool)); |
47 |
< |
#endif*/ |
47 |
> |
#endif |
48 |
|
|
49 |
|
_L<Entry> entries; |
50 |
|
|