[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Anyone know how to put a file directly into a repository over command line - simulate checkin

From: Jay Crouch <jay_at_safestream.com>
Date: 2007-08-17 00:13:49 CEST

Iım writing a web based file system using subversion as the backend. Have
been using svn import command line statements to load files into the
repositories, but import requires any import targets to be deleted first ­
which breaks revisioning and deltas (i.e. the whole point of svn).

Anyone know of another method/script/tool to put a file directly into an svn
repository (without deleting first) :: note I do mean repository, not
working copy.

As in Iıve been using:

Svn import file.txt file:///mnt/data/repos/repoid/folder/file.txt

Thanks
Received on Fri Aug 17 00:11:58 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.