Is it possible with maven and ANT to directly commit and overwrite a file in subversion without a workingdirectory on the disc?
I know which file to overwrite in subversion and I know the exact location of the file in subversion. Then when I have a newer version of the file I want to be able to overwrite the file directly in subversion. At the moment I do this by first checking out that specific directory on the disk on the server. Accordingly I copy accross the new file. Then finally I do a commit on that workingdirectory to get this file into subversion. This is all done by steps in ANT with the maven-ant-plugin. Does somebody know the way to do this directly by using the subversion url? Thanks in advance for your comments on this. Nafter -- View this message in context: http://www.nabble.com/Direclty-commit-in-svn-without-a-workingdirectory-tp23957155p23957155.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
