Hello, i'm working on a small java cvs client (using netbeans cvs api) and i'm in trouble with committing files with "Up-to-Date"-conflicts. The only thing i need is just to commit locally changed files WITHOUT MERGING or UPDATING because merging files is not provided (and not needed) in my application. So every locally change must overwrite all changes in the repository. i didn't find any command option such as "commit -overwrite" e.g.
so, is there a way to commit files without merging? or does anybody knows a workaround for this 'workflow'? thanks and regards Lennard -- View this message in context: http://www.nabble.com/How-to-commit-files-with-%22Up-to-Date%22-conflict-WITHOUT-merging--tp22698695p22698695.html Sent from the Gnu - Cvs - Info mailing list archive at Nabble.com.
