How to Replace the repository file with local file without having working copy

satheesh
satheesh
Hi,      I need to replace the repository file with local file but without having working copy (don't care about whether file is modified or not). Like svnmucc.exe put command.   svnmucc.exe put Localfile_Path ReposUrl_path    Any API is available for this ?      Thanks in Advance.

Last updated

satheesh
satheesh
Please anyone help to do this ?
philip
philip
It depends whether you want to do this over the network layer using URLs or directly on the filesystem using paths. To do it over the network you need to use the API in svn_ra.h. To do it directly on the filesystem you need to use the API in svn_fs.h.
satheesh
satheesh
Thanks philip

1-4 of 4

Reply to this discussion

You cannot edit posts or make replies: You should be logged in before you can post.