linux - SVN tag files selectively -
gurus- have process push modified files integration , production environment. have use 'tag' mechanism. process push files along folders integration environment , ui deployment process execute shell scripts copy files respective folders , run make utility or ant.
for e.g. /root/dev/scripts/ folder have files f1 , f2 in branch, branch can used multiple developers @ same time. if suppose file f1 modified , should doing following steps.
1) identify files modified. 2) create tag out of files selectively. in example tag should contain /root/dev/scripts/f1.
precisely question is, how can selectively find files , add tag retaining folder structure?
Comments
Post a Comment