Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^5: Learning How to Use CVS for Personal Perl Coding Practices

by Rhose (Priest)
on Nov 03, 2005 at 16:56 UTC ( [id://505438]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Learning How to Use CVS for Personal Perl Coding Practices
in thread Learning How to Use CVS for Personal Perl Coding Practices

I have no experience using file: as I work with the daemon. However, I ran a quick test on another machine, and this worked.

cd /home/rhose/tmp svnadmin create demo cd samples svn import . file:///home/rhose/tmp/demo -m "Initial import"

I tried it as:

svn import . file:///~/tmp/demo -m "Initial import"

and I got the same error you are getting... looks like you need to specify the path to your home directory.

Update

Yeah, what tirwhan said. *Smiles* At least I had a reason to play with file: for a bit.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://505438]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-24 17:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found