eclipse - CVS How to remove a part of a commit -


i made commit , mistake (#%&* mousepad right click) included couple of generated folders in commit, is there way undo commit step partially?

i not after ignoring folders, folders have been added .cvsignore, i'm after solution allow me undo commit of 2 folders (images , test-data) keep rest of commit.

adding .cvsignore have been option if not reason that, mentioned, folders added, selecting files individually or adding wildcards going painful, since there folders within folders...

thanks in advance ;)

if can acces cvs repository have delete files want delete in cvs tree repository (not on working copy). might work, tested , works: when checked out without ignore , cvs downloaded files didn't removed on repository.

if don't have acces repository:

i'm not sure 100% way found solve issue revert commit, how revert it?

cvs update -j <current rev> -j <old rev> <filename> 

then have commit instead of missclicking , done.

sorry english level, i'm not native.


Comments

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -