Kathey Marsden wrote:

> Daniel John Debrunner wrote:
> 
> 
>>It would be nice if subversion allowed modified files to be associated
>>in groups, so that one could develop with multiple changes but keep them
>>separate during development and submission time. 
>> 
>>
> 
> To commit two sets of changes from one workspace I often
> 
> svn commit  file1 file2
> svn commit file3 file4
> 
> Perhaps though, I am misunderstanding what you are trying to do.

I'd like to associate a file with a change group when I start modifying
it, or any time later. Then as I change more files to address that issue
I have a list of what files complete the set I need to commit together.

Perforce has the ability to associate a change number with a file when
you check it out for editing using p4 edit. Of course with subversion
there is no corresponding command, just modifying a file moves it into
svn updated state.

Thanks,
Dan.

Reply via email to