Revision ae3f41f20a0b5a9fa3e83a12557c887855b920f3 authored by Pete Wyckoff on 25 December 2011, 02:07:38 UTC, committed by Junio C Hamano on 27 December 2011, 18:19:31 UTC
Make sure it leaves the path, below //depot, in git.

Signed-off-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 7fbe1ce
Raw File
svndump.h
#ifndef SVNDUMP_H_
#define SVNDUMP_H_

int svndump_init(const char *filename);
void svndump_read(const char *url);
void svndump_deinit(void);
void svndump_reset(void);

#endif
back to top