Subversion change lists

Post here any ideas/problems/suggestions you have regarding CodeLite's Subversion (SVN) plugin
orif1973
CodeLite Curious
Posts: 1
Joined: Sun May 16, 2010 4:54 pm
Genuine User: Yes
IDE Question: C++
Contact:

Subversion change lists

Post by orif1973 »

How about adding svn changelist options ?
Svn supports changelists on the client side using the "svn changelist <file> <file> ..." command.
This enables the developer to split the currently worked on files into change sets and commit them as groups by using "svn commit --changelist <listname> ...".
The Subversion plugin could show the exiting changelists and the files in them and also allow to create and modify changelists.
Thanks for your great work.

Ori