Ok Platonides, How can i made a cron for "svn checkout"? Thanks for replying.
On Tue, Apr 10, 2012 at 11:26 PM, Platonides <[email protected]> wrote: > On 10/04/12 22:45, محمد الجداوي wrote: > > So, Is there a difference between "svn update" and "svn checkout"? > > Yes. > svn checkout <url> <folder> > makes a "copy" of the current version of the repository at <url> into > <folder> (if you omit <folder>, it uses the end of <url>) > > > svn up <item> > Where <item> is a folder of file in a file or repository, updates it to > its latest version. > Usually, you go to the root of your copy of the repository copy and run > svn up, which updates to its later version the current folder, and thus > your whole copy. > > _______________________________________________ > Toolserver-l mailing list ([email protected]) > https://lists.wikimedia.org/mailman/listinfo/toolserver-l > Posting guidelines for this list: > https://wiki.toolserver.org/view/Mailing_list_etiquette >
_______________________________________________ Toolserver-l mailing list ([email protected]) https://lists.wikimedia.org/mailman/listinfo/toolserver-l Posting guidelines for this list: https://wiki.toolserver.org/view/Mailing_list_etiquette
