Searched refs:to_path (Results 1 - 1 of 1) sorted by relevance

/vbox/src/apps/svnsync-vbox/
H A Dmain.c1375 const char *from_path, *to_path;
1381 to_path = svn_path_join(dst_path, key, oppool);
1387 /* Need to copy it from the to_path in the src repository (revision
1390 SVN_ERR(add_file(to_path, db, from_path, src_rev, oppool, &fb));
1398 SVN_ERR(add_directory(to_path, db, from_path, src_rev, oppool, &cdb));
1371 const char *from_path, *to_path; local

Completed in 48 milliseconds