|
From: Clayton H. <cla...@sp...> - 2004-12-02 15:12:57
|
Hi Thomas, The code would look something like this: Folder folder =3D new Folder(); Entries entries =3D new Entries.Load(file); Entry entry =3D entries[file]; Folder.Entries.Add(entry); WorkingDirectory wd.Folders.Add(folder); I have not compiled this code so you may have to play with it somewhat. The basic idea is that you have to populate the Folders object on the working directory with the Entry you want to update. Cheers, Clayton > -----Original Message----- > From: Thomas Guillemin [mailto:tg...@ja...]=20 > Sent: December 2, 2004 5:45 AM > To: sha...@li... > Subject: [Sharpcvslib-users] Simple question >=20 >=20 > Hi > Can someone show me how i must proceed to update/commit only=20 > one file ?=20 > (with UpdateCommand2/CommitCommand2) > Thanks >=20 > Thomas >=20 >=20 > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from=20 > real users. Discover which products truly live up to the=20 > hype. Start reading now.=20 > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Sharpcvslib-users mailing list Sha...@li... > https://lists.sourceforge.net/lists/listinfo/sharpcvslib-users >=20 |