11.07.2015 Views

Version Control with Subversion - Login

Version Control with Subversion - Login

Version Control with Subversion - Login

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Subversion</strong> Complete ReferenceNamesvn proplist — List all properties.Synopsissvn proplist [TARGET[@REV]...]svn proplist --revprop -r REV [TARGET]DescriptionList all properties on files, directories, or revisions. The first form lists versioned propertiesin your working copy, and the second lists unversioned remote properties on a repositoryrevision (TARGET determines only which repository to access).Alternate namesChangesplist, plWorking copy; repository only if operating on a URLAccesses repositoryOptionsOnly if operating on a URL--changelist ARG--depth ARG--quiet (-q)--recursive (-R)--revision (-r) REV--revprop--verbose (-v)--xmlExamplesYou can use proplist to see the properties on an item in your working copy:$ svn proplist foo.cProperties on 'foo.c':svn:mime-typesvn:keywordsownerBut <strong>with</strong> the --verbose flag, svn proplist is extremely handy as it also shows you thevalues for the properties:$ svn proplist --verbose foo.cProperties on 'foo.c':svn:mime-type : text/plainsvn:keywords : Author Date Revowner : sally275

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

Saved successfully!

Ooh no, something went wrong!