you could write a maven plugin that uses svnkit.
2009/6/10 Nafter <HdOude_at_allshare.nl>
> 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/Directly-commit-in-svn-without-a-workingdirectory-tp23957311p23957311.html
> Sent from the Subversion Users mailing list archive at Nabble.com.
>
> ------------------------------------------------------
>
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2360818
>
> To unsubscribe from this discussion, e-mail: [
> users-unsubscribe_at_subversion.tigris.org].
>
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2361013
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-10 19:27:31 CEST