Braids wrote:if svn is in your PATH, then yes, i would appreciate it. overall, my svn performance has been abysmal whenever the cardsfolder is involved. this is not my day.
`
My path is currently set to my home folder. How do I do a "cd" to set the path to the SVN? I apologize for not being good at this type of stuff.
I'm looking at the command file that I use for the Maven work. I can set the path to my local copy of the SVN project. Is this what you meant by saying
if svn is in your PATH
`
I set the path to my local copy and then pasted in your command and got the following:
Macintosh:~ chrish$ cd /Users/chrish/workspace/ForgeSVN/
Macintosh:ForgeSVN chrish$ svn checkout
https://cardforge.googlecode.com/svn/br ... ardsfolder cardsfolder-test
svn: URL 'https://cardforge.googlecode.com/svn/branch/braids-minimax/res/cardsfolder' doesn't exist
Macintosh:ForgeSVN chrish$
`
Now that I think about it, my local copy is based on our original forge project and not your min-max test branch.
I guess that I could start a new local project using your min-max test branch and then try again. It looks like your branch would use:
https://cardforge.googlecode.com/svn/branches/braids-minimax/src/`
Now that I think about it the command that you gave us uses "/svn/branch/" rather than "/svn/branches/".