Seenthis
•
 
Identifiants personnels
  • [mot de passe oublié ?]

 
  • #s
RSS: #svn

#svn

  • #svn.reposadmin.maint.tk.svndumpfilter
0 | 25
  • cy_altern @cy_altern CC BY 3/05/2013 12:15
    5
    @fil
    @ben
    @touti
    @7h36
    @speciale
    5

    Mon cherry-pick pour svn
    https://gist.github.com/Cerdic/5508086

    #!/usr/bin/php
    <?php
    // Report d'un commit d'un repertoire sur un autre
    // le script fait le merge svn et prepare le log de comit dans log.txt
    // mais ne fait pas le commit automatiquement car risque de conflits
    // il faut le faire suivre de la commande comit manuelle si le diff est OK
    // Syntaxe :
    // cherry-pick.php -rNNNN source dest
    //
    // exemple d'utilisation :
    // ./cherry-pick.php -r20468 branches/spip-3.0/ spip/
    // svn commit spip/ -F log.txt
     
    $revision = $argv[1];
    $source = $argv[2];
    $dest = $argv[3];
     
    function exect($c,$echo=true){
    $output="";
    if ($echo) echo $c."\n";
    exec($c,$output);
    if ($echo) echo implode("\n",$output)."\n";
    return $output;
    }
     
    // up
    exect("svn up --ignore-externals $source $dest",false);
     
    // log
    $output = exect("svn log $revision $source");
    array_shift($output);
    array_shift($output);
    array_pop($output);
    $log = trim(implode("\n",$output));
     
    exect("svn merge ".str_replace("-r","-c",$revision)." $source $dest");
    exect("svn status --ignore-externals $dest");
     
    $log = "Report de ".trim($revision,"-")." : ".$log;
    file_put_contents("log.txt",$log);
    exect("cat log.txt");
    $c = "svn commit $dest -F log.txt\n";
    #$c = "svn commit $dest -m\"Report de ".trim($revision,"-")." : ".addcslashes($log,'"')."\"";
    echo $c."\n";

    un script php pour automatiser le report d’un commit SVN d’un repertoire sur un autre
    ex d’utilisation :
    ./cherry-pick.php -r20468 branches/spip-3.0/ spip/
    svn commit spip/ -F log.txt

    #svn #commit #report #branche #script #bash #php #utilitaire

    cy_altern @cy_altern CC BY
    • Ben @ben CC BY-NC 3/05/2013 18:23

      #spip

      Ben @ben CC BY-NC
    • speciale @speciale 3/05/2013 20:30

      Comment t’as fait pour mettre du <code> code</code> ?

      speciale @speciale
    • cy_altern @cy_altern CC BY 4/05/2013 11:06

      Ce billet est généré à partir de mon compte delicious par le plugin Delicious2SeenThis : c’est donc dans le traitement du flux RSS que se fait l’intégration du code.

      cy_altern @cy_altern CC BY
    Écrire un commentaire

  • speciale @speciale 27/02/2013 00:43

    Asepsis is a system utility for prevention of .DS_Store files
    http://asepsis.binaryage.com

    Si vous en avez marre des .DS_Store, voilà

    http://static.binaryage.com/987f66b0_shared_img_asepsis-mainshot.png

    • #.DS Store
    speciale @speciale
    • speciale @speciale 27/02/2013 00:44

      #Mac

      speciale @speciale
    • speciale @speciale 27/02/2013 00:51

      Et si vous avez installé un #svn de chez Collab et vous voulez qu’il démarre au démarrage, faites un sh avec
      <code>svnserve -d -r /chemin/vers/dépôt</code>
      et vous le faites ouvrir par le terminal au démarrage. C’est sûrement con mais je n’ai pas trouvé mieux

      macache <code>

      speciale @speciale
    Écrire un commentaire

  • Fıl ☼ @fil 11/01/2013 16:00
    3
    @ari
    @james
    @touti
    3
    @tetue

    Atlassian SourceTree : Free Mac client for #Git, #Mercurial and #SVN
    http://www.sourcetreeapp.com
    http://www.sourcetreeapp.com/img/footer_sourcetree_logo.png

    (j’ai pas utilisé mais @tetue avait l’air de trouver ça pas mal)

    Fıl ☼ @fil
    Écrire un commentaire

  • b_b @b_b 6/06/2012 13:56

    Branches and Code Changes [Piwigo Wiki]
    http://piwigo.org/doc/doku.php?id=dev:core:branches_and_code_changes

    faire des reports en svn c’est pas si compliqué :p

    #svn #spip

    b_b @b_b
    Écrire un commentaire

  • ARNO* @arno ART LIBRE 13/01/2012 10:07
    1
    @suske
    1

    Supprimer récursivement tous les fichiers .svn dans un dossier (et sous-dossiers) :

    $ rm -rf `find . -type d -name .svn`

    #subversion #svn

    ARNO* @arno ART LIBRE
    Écrire un commentaire

  • Nicolas Hoizey @nhoizey CC BY-NC-SA 25/07/2011 22:37

    Git Client - SmartGit
    http://www.syntevo.com/git-svn/index.html?referrer=program&edition=foundation

    #SmartGit is a #Git and an #SVN #client and runs on #Windows, #Mac OS X and #Linux.

    SmartGit is a novel front-end to SVN: it combines the power of a Git repository with the corporate demands of SVN servers.

    #logiciel

    • #Linux
    • #Microsoft Windows
    • #Linux
    • #Mac OS X
    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

  • Nicolas Hoizey @nhoizey CC BY-NC-SA 5/05/2010 07:44

    Utiliser un client Subversion sur GitHub, c’est possible !
    http://github.com/blog/626-announcing-svn-support

    Malgré l’annonce faite le 1er avril, c’est bel et bien possible, et le support des commit arrive aussi, incroyable.

    #GitHub #SVN #Subversion #dev #scm #checkout #commit #versioning #clevermarks #gp:links

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

  • Nicolas Hoizey @nhoizey CC BY-NC-SA 6/01/2010 12:53

    AXE SVN Sync | Get AXE SVN Sync at SourceForge.net
    http://sourceforge.net/projects/axesvnsync

    "Handy PHP5 tool which mirrors two SVN repositories by reproducing each and every commit

    #subversion #synchronisation #php #dev #svn #clevermarks

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

  • Nicolas Hoizey @nhoizey CC BY-NC-SA 6/01/2010 10:00

    Mac subversion apps – Cornerstone vs Versions | PHP Web developer, Robert Kern
    http://www.robertkern.com/subversion/mac-subversion-app-cornerstone-vs-versions.html

    #mac #subversion #svn #client #Versions #Cornerstone #comparaison

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

  • Nicolas Hoizey @nhoizey CC BY-NC-SA 18/11/2009 11:47

    Code Intensity: SVN Externals are Evil
    http://codeintensity.blogspot.com/2008/03/svn-externals-are-evil-use-piston-or.html

    “the whole svn:externals thing seems a bit like a hack, or at least not a first class citizen in SVN land”

    #svn:externals #dev #svn #subversion #source #versioning #clevermarks

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

  • Nicolas Hoizey @nhoizey CC BY-NC-SA 10/11/2009 17:05

    DesignSvn - Subversion for Designers
    http://designsvn.com

    “DesignSvn is an application created for designers and graphic artists to easily share their concepts and refer back to older revisions. Keep your projects organized in one central place and gather feedback from your clients as you progress.”

    #design #Subversion #version #svn #web #clevermarks

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

  • Nicolas Hoizey @nhoizey CC BY-NC-SA 29/05/2009 11:37

    Remise à plat des plugins sur la Zone SPIP
    http://article.gmane.org/gmane.comp.web.spip.zone/13060

    Attention, tempête prévue dans le svn de la zone SPIP, les plugins vont enfin être sortis des dossiers dev, test et stable qui ne voulaient plus rien dire, donc si vous avez des svn:externals sur les plugins...

    #plugin #spip #svn #arborescence #externals #subversion #source #gp:links #clevermarks

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

  • Nicolas Hoizey @nhoizey CC BY-NC-SA 27/04/2009 06:33

    code_swarm
    http://vis.cs.ucdavis.edu/~ogawa/codeswarm

    #code_swarm #visualisation #code #développeur #développement #svn #dev

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

  • ןıɟ @fil 16/02/2009 11:50

    In A Row :: linux :: /etc to svn (Chris Moyer’s Ramblings)
    http://inarow.net/entries/linux/etc_to_svn.html
    versionner la config système sous linux
    #subversion #svn #linux

    ןıɟ @fil
    Écrire un commentaire

  • Nicolas Hoizey @nhoizey CC BY-NC-SA 2/12/2008 07:56

    InfoQ: Version Control for Multiple Agile Teams
    http://www.infoq.com/articles/agile-version-control

    If we have several agile development teams working on the same codebase, how do we minimize the risk of stumbling over each other? How do we ensure that there always is a clean, releasable version at the end of each iteration?

    #svn #scrum #agile #branche #release #dev #méthode #organisation #trunk #branch #version

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

  • 0gust1 @0gust1 CC BY-NC 6/05/2008 10:24

    [SERVEUR] svn + trac + sous-domaines apache - $(#bloc_note[@name=kent1]) ;
    http://kent1.sklunk.net/SERVEUR-svn-trac-sous-domaines

    #svn #trac #apache #subversion #kent1

    0gust1 @0gust1 CC BY-NC
    Écrire un commentaire

  • Nicolas Hoizey @nhoizey CC BY-NC-SA 17/04/2008 08:40

    Flickr Code
    http://code.flickr.com

    Welcome to code.flickr Your one-stop shop for information, gossip and discussion with the Flickr developer community

    #flickr #code #uploadr #trac #svn #sources #dev #webdev #API #documentation #photo

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

  • ןıɟ @fil 13/04/2008 21:00

    LinusTalk200705Transcript - GitWiki
    http://git.or.cz/gitwiki/LinusTalk200705Transcript
    every single open source community I’ve ever seen that uses CVS or Subversion or something like that is that you have this notion of “commit access”. Because you have a central repository, which means that everybody who is working on that project needs to
    #cvs #svn #git #spip-zone

    ןıɟ @fil
    Écrire un commentaire

  • ןıɟ @fil 12/04/2008 22:13

    YouTube - Tech Talk : Linus Torvalds on git
    http://fr.youtube.com/watch?v=4XpnKHJAok8


    #git #svn

    ןıɟ @fil
    Écrire un commentaire

  • ןıɟ @fil 12/04/2008 22:13

    Stefano’s Linotype » Blog Archive » On Version Control Architectures and the Fear of Displacing Innovation
    http://www.betaversion.org/~stefano/linotype/news/106
    #git #svn #spip-zone

    ןıɟ @fil
    Écrire un commentaire

  • ןıɟ @fil 12/04/2008 22:13

    Fil’s Profile — GitHub
    http://github.com/Fil
    #git #svn #spip-zone

    ןıɟ @fil
    Écrire un commentaire

  • Nicolas Hoizey @nhoizey CC BY-NC-SA 31/03/2008 15:54

    A Visual Guide to Version Control | BetterExplained
    http://betterexplained.com/articles/a-visual-guide-to-version-control

    This guide is purposefully high-level: most tutorials throw a bunch of text commands at you. I prefer to cover the high-level concepts without getting stuck in the syntax (the manual is always there, don’t worry). Sometimes it’s nice to see what’s p

    #version_control #scm #svn #cvs #version #illustration #guide #groupe:clever-age #clevermarks

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

  • Nicolas Hoizey @nhoizey CC BY-NC-SA 3/01/2008 10:55

    OOoSVN | OpenOffice.org repository for Extensions
    http://extensions.services.openoffice.org/project/OOoSVN

    A project to provide change control for OpenOffice.org documents via SVN. Transparently checks in internal changes in files and allows users to recover any previous version, view logs and compare with older versions. Works under Unix/Linux and Mac OSX.

    #OOo #plugin #openoffice #odf #collaboration #subversion #oo #svn #groupe:clever-age

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

  • Nicolas Hoizey @nhoizey CC BY-NC-SA 27/04/2007 06:50

    Mon site SPIP
    http://demo.spip.org/svn

    Un site de démo de SPIP basé sur la version svn

    #démo #spip #démonstration #svn

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

  • ןıɟ @fil 25/08/2006 16:21

    Versionshelf - Effortless, Secure Subversion Hosting
    http://www.versionshelf.com
    pratique si on n’a pas le temps de gérer soi-même un serveur SVN
    #subversion #svn

    ןıɟ @fil
    Écrire un commentaire

0 | 25

Thèmes liés

  • #branche
  • #clevermarks
  • #client
  • Company: Code
  • #commit
  • #cvs
  • #dev
  • #git
  • #gp
  • #groupe
  • #linux
  • #mac
  • #php
  • #plugin
  • #scm
  • #source
  • #spip
  • #spip-zone
  • #subversion
  • #trac
  • #version
  • #versioning