SVN: status of svn import
in my PHP-Script I create folders and files locally which I want to put in
my SVN. I use a .cmd-file containing svn import
PATH/TO/MY/FOLDERS/AND/FILES, which works without problem. After the svn
import was successfull, I want to delete the folders I just put into SVN
locally with the same .cmd-script. So I have to say something like
(pseudocode)
if(svn import PATH/TO/FOLDERS == successful){delete PATH/TO/FOLDERS locally}
Is such a thing even possible? I don't know much about .cmd-scripting, so
please forgive my question if it is stupid.
No comments:
Post a Comment