Mike Taylor wrote: Also try:
svn help <command> on the command line. I find I often find what I need using that rather than go read the online docs. > To browse or check-out anonymously > > http://svn.osafoundation.org/chandler > http://svn.osafoundation.org/server > http://svn.osafoundation.org/docs > > To commit > > svn+ssh://svn.osafoundation.org/chandler > svn+ssh://svn.osafoundation.org/server > svn+ssh://svn.osafoundation.org/docs I think you should add an example of how to checkout using the command line version after each section. > Each repository has the following base directories: > > branches/ > tags/ > trunk/ So the tags came from the CVS repository, but we will not be doing tags in Subversion I presume (having read the article and discussion on Slashdot yesterday). > NOTE: Never checkout a full SVN repository - you will download the > *entire* repository - all branches and tags. Instead you should always > specify a path within the repository, for example: > > svn co svn+ssh://svn.osafoundation.org/chandler/trunk/chandler chandler Are you sure the URL is going to be like that, M2Crypto won't check out if I try something like that? See http://wiki.osafoundation.org/bin/view/Chandler/MeTooCrypto > To get a specific branch, do this: > > svn co svn+ssh://svn.osafoundation.org/chandler/branches/ > CHANDLER_0_5_MILESTONE 0_5_milestone Again, are you sure? Or maybe your mail program broke the URL? At least with M2Crypto if I want a branch the branch name must be part of the URL, not separate from it (CHANDLER_0_5_MILESTONE). > -- What changes do I have pending -- > > The status or diff command will give all local files that have been > added, deleted and/or modified. It will not show you any file in your > working directory that has been added to the Ignore property. Note > that a network connection is not required for this command. > > svn status > svn diff And if you want to compare to what is latest in the repository (this includes latest on the branch you are on): svn diff -r HEAD -- Heikki Toivonen
signature.asc
Description: OpenPGP digital signature
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Open Source Applications Foundation "Dev" mailing list http://lists.osafoundation.org/mailman/listinfo/dev
