Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Compiler warning (cherry-picked from "svn-import_no-svn-rev" branch) |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | svn-import |
| Files: | files | file ages | folders |
| SHA1: |
998ba3ada4ac2a7a6e93f3d2254c3c3e |
| User & Date: | jan.nijtmans 2015-02-22 15:35:51 |
Context
|
2015-02-25
| ||
| 13:52 | Integrate svn-import_no-svn-rev branch.. check-in: 16923b5c59 user: mgagnon tags: svn-import | |
|
2015-02-22
| ||
| 15:59 | merge compiler fix for msvc.. Closed-Leaf check-in: 44686ca1a9 user: mgagnon tags: svn-import_no-svn-rev | |
| 15:35 | Compiler warning (cherry-picked from "svn-import_no-svn-rev" branch) check-in: 998ba3ada4 user: jan.nijtmans tags: svn-import | |
| 15:30 | Fix compilation on MSVC check-in: 916d1d463e user: jan.nijtmans tags: svn-import | |
Changes
Changes to src/import.c.
| ︙ | ︙ | |||
912 913 914 915 916 917 918 | } #define SVN_UNKNOWN 0 #define SVN_TRUNK 1 #define SVN_BRANCH 2 #define SVN_TAG 3 | | | 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 |
}
#define SVN_UNKNOWN 0
#define SVN_TRUNK 1
#define SVN_BRANCH 2
#define SVN_TAG 3
#define MAX_INT_32 (0x7FFFFFFFL)
static void svn_finish_revision(){
Blob manifest;
static Stmt getChanges;
static Stmt getFiles;
static Stmt setRid;
Blob mcksum;
|
| ︙ | ︙ |