11.07.2015 Views

Version Control with Subversion - Login

Version Control with Subversion - Login

Version Control with Subversion - Login

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>Subversion</strong> Complete ReferenceNamesvn changelist — Associate (or deassociate) local paths <strong>with</strong> a changelist.Synopsischangelist CLNAME TARGET...changelist --remove TARGET...DescriptionUsed for dividing files in a working copy into a changelist (logical named grouping) in orderto allow users to easily work on multiple file collections <strong>with</strong>in a single working copy.Alternate namesChangesclWorking copyAccesses repositoryOptionsNo--changelist ARG--depth ARG--quiet (-q)--recursive (-R)--remove--targets ARGExampleEdit three files, add them to a changelist, then commit only files in that changelist:$ svn cl issue1729 foo.c bar.c baz.cPath 'foo.c' is now a member of changelist 'issue1729'.Path 'bar.c' is now a member of changelist 'issue1729'.Path 'baz.c' is now a member of changelist 'issue1729'.$ svn statusA someotherfile.cA test/sometest.c--- Changelist 'issue1729':A foo.cA bar.cA baz.c$ svn commit --changelist issue1729 -m "Fixing Issue 1729."Addingbar.cAddingbaz.cAddingfoo.cTransmitting file data ...233

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!