ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/GoogleTron/Subversion/Client.cpp
(Generate patch)

Comparing GoogleTron/Subversion/Client.cpp (file contents):
Revision 701 by douglas, 2006-03-13T03:54:44-08:00 vs.
Revision 703 by douglas, 2006-03-14T01:23:12-08:00

# Line 40 | Line 40 | _L<Entry> Client::GetEntries(const cse::
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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines