MyPage is a personalized page based on your interests.The page is customized to help you to find content that matters you the most.


I'm not curious

How to commit files from SVN repository using shell command

0
Started on: 26 December 12
Participants: 1

Is there any shell script to commit files from SVN repository to my web folder

my case repository is created under mywebsite/repo and my working folder will be /xyz

want to commit files to xyz from repo

thanks

Is there any shell script to commit files from SVN repository to my web folder

my case repository is created under mywebsite/repo and my working folder will be /xyz

want to commit files to xyz from repo

thanks

This challenge is listed under Development & Implementations Community

Related Posts:

Initiator

Aravinthan
Aravinthan
  Follow

I am passinate about IT & PHP , Let's do it

More posts by: Aravinthan Asokan

1 Suggestion

  1. 26 December 12
    0

    To make new copy in xyz use the below svn checkout command

    svn checkout URL[@REV]... [PATH] after commit if you want to update the folder by hooking use below code in post-commit file

    svn update --username <-your username-> --password <--your password-->

Awards & Accolades for MyTechLogy
Winner of
REDHERRING
Top 100 Asia
Finalist at SiTF Awards 2014 under the category Best Social & Community Product
Finalist at HR Vendor of the Year 2015 Awards under the category Best Learning Management System
Finalist at HR Vendor of the Year 2015 Awards under the category Best Talent Management Software
Hidden Image Url

Back to Top