Linux Today: Linux News On Internet Time.
Search Linux Today
Linux News Sections:  Blog -  Developer -  High Performance -  Infrastructure -  IT Management -  Security -  Storage -
Linux Today Navigation
LT Home
Preferences
Contribute
Link to Us
Search
Linux Jobs

Linux Today
Enterprise Linux Today
Apache Today
JustLinux.com
Linux Planet
PHPBuilder
All Linux Devices
Technology Jobs

JustTechJobs.com

LinuxToday Newsletters
Server Daily
IT Management Daily
Subscribe News
Subscribe PR
Subscribe Security

internet.com
Internet News
Small Business

Advertise
Newsletters
Tech Jobs
E-mail Offers

 






Current Newswire:

An Easy Step-by-Step to Installing and Running Roundcube Webmail on Ubuntu/Linux

Tech Comics: "Groundhog Day"

Want a Job? Learn Linux

PC-BSD 9 review – to FreeBSD what Ubuntu is to Debian

Time to dispel open source myths, says Liam Maxwell

SECURITY: Nmap Inside and Out

Eight features Windows 8 'borrowed' from Linux

Malware devs embrace open-source

A tale of two distros: Ubuntu and Linux Mint

Raspberry Pi benchmarked against Beagleboard, low price is long term



Applications Management Engineer Sr (NYC)
Next Step Systems
US-NY-New York

Justtechjobs.com Post A Job | Post A Resume
:Getting Started With Subversion
Getting Started With Subversion
Feb 4, 2009, 14 :33 UTC (0 Talkback[s]) (4715 reads)

(Other stories by Juliet Kemp)

"Importing Existing Files Into a Repository

"When starting a new project, you'll probably want to import existing files into it. For a project currently in /home/user/myproject:

"cd /home/user
svn import myproject file:///usr/share/svn/repos/
myproject -m "Initial import"

"(This will take a little while if you have many files.) The -m switch attaches the log message. If you leave this out you'll be prompted for a message. Your current working copy of these files -- the directory you imported them from -- is not a Subversion-controlled copy. Before you do any more work on these files, you must check them back out of Subversion, using the command: svn checkout file:///usr/share/svn/repos/myproject

"This will create a myproject subdirectory in your current directory and check out all the files from that project into it."

Complete Story

Related Stories:
Branching, Tagging and Merging in Subversion(Oct 09, 2008)
Easily Develop and Deploy Web Applications From Subversion(Aug 07, 2008)
Codeplex Wastes Six Months Reinventing Wheels(Jul 07, 2008)
Subversion's Future?(May 01, 2008)
Setting Up A Subversion Repository Using Apache, With Auto Updatable Working Copy(Jun 22, 2007)
Apache and Subversion Authentication with Microsoft Active Directory(Jun 20, 2007)



No talkbacks posted.
  Home | Search Talkbacks | Customize View    Top of Page  



Enter your comments below:

* Your Name:

* Your Email Address:

* Subject:

CC: [will also send this talkback to an E-Mail address]

* Comments:

Tags allowed:<I>,<B> and <U>. See our talkback-policy for more about talkback content.

Fields marked with * are required!

..............................




All times are recorded in UTC.
Linux is a trademark of Linus Torvalds.
Powered by Linux, Apache and PHP