Re: SVN Import command
From: <kmradke_at_rockwellcollins.com>
Date: Fri, 3 May 2013 12:43:39 -0500
> I don't understand why I can't simply over-write the existing file in
While it kinda defeats the purpose of Subversion, you can use the svnmucc
svnmucc put test.txt http://server/kmr_test/trunk/foo/test.txt -m"Add
svnmucc put test.txt http://server/kmr_test/trunk/foo/test.txt
svn log http://server/kmr_test/trunk/foo/test.txt
Overwrite file
Add file
svn diff -r479:480 http://server/kmr_test/trunk/foo/test.txt
In this case no local working copy is needed, but it will happily
If you are on Windows I'm not sure what distributions include svnmucc.
Kevin R.
|
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.