Page 1 of 3

i can't checkout cardsfolder (SVN troubles)

PostPosted: 29 Jun 2011, 00:23
by Braids
i can't checkout anything containing the cardsfolder without SVN hanging. can anyone else run the following command with success?

Code: Select all
svn checkout https://cardforge.googlecode.com/svn/branches/braids-minimax/res/cardsfolder cardsfolder-test
you can just delete the cardsfolder-test directory afterward.

Edit 1: added code tags to make entire command visible.
Edit 2: fixed URL.

Re: i can't checkout cardsfolder (SVN troubles)

PostPosted: 29 Jun 2011, 00:53
by Rob Cashwalker
No problem here... I use eclipse / subclipse...

Re: i can't checkout cardsfolder (SVN troubles)

PostPosted: 29 Jun 2011, 01:54
by Chris H.
Braids wrote:i can't checkout anything containing the cardsfolder without SVN hanging. can anyone else run the following command with success?

Code: Select all
svn checkout https://cardforge.googlecode.com/svn/branch/braids-minimax/res/cardsfolder cardsfolder-test
you can just delete the cardsfolder-test directory afterward.

Edit 1: added code tags to make entire command visible.
`
Do you still need some help with this?

If so, should I just paste your command into my terminal window?

Re: i can't checkout cardsfolder (SVN troubles)

PostPosted: 29 Jun 2011, 02:03
by Braids
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.

Re: i can't checkout cardsfolder (SVN troubles)

PostPosted: 29 Jun 2011, 02:07
by Chris H.
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/".

Re: i can't checkout cardsfolder (SVN troubles)

PostPosted: 29 Jun 2011, 02:26
by Braids
by PATH, i meant your PATH environment variable. that would be $PATH in unix. from what i can tell, svn is obviously in your PATH.

could you run cd /tmp first? if ForgeSVN is already a subversion working directory, it could make a mess.
also, i got the url wrong. please try this from /tmp:

Code: Select all
svn checkout https://cardforge.googlecode.com/svn/branches/braids-minimax/res/cardsfolder cardsfolder-test

Re: i can't checkout cardsfolder (SVN troubles)

PostPosted: 29 Jun 2011, 02:29
by friarsol
Braids wrote:by PATH, i meant your PATH environment variable. that would be $PATH in unix. from what i can tell, svn is obviously in your PATH.

could you run cd /tmp first? if ForgeSVN is already a subversion working directory, it could make a mess.
also, i got the url wrong. please try this from /tmp:

Code: Select all
svn checkout https://cardforge.googlecode.com/svn/branches/braids-minimax/res/cardsfolder cardsfolder-test
I just tested this, and while it definitely took a few seconds to get started, it's off and downloading txt files all over the place.

Re: i can't checkout cardsfolder (SVN troubles)

PostPosted: 29 Jun 2011, 02:32
by Braids
yeah, but it hangs at the end for me... right after wall_of_ . . . i can't remember. it was a wall of something.
right after wall_hope_hope.txt . thanks, Sol!

Re: i can't checkout cardsfolder (SVN troubles)

PostPosted: 29 Jun 2011, 02:36
by friarsol
Braids wrote:yeah, but it hangs at the end for me... right after wall_of_ . . . i can't remember. it was a wall of something.
Ah. Wall of Hope. Yea it just stopped.

Edit: After I killed the command, and re-ran it, it took a few seconds (without downloading anything) but said I had the whole revision. Maybe it was dying when doing a checksum on the whole changelist?

Re: i can't checkout cardsfolder (SVN troubles)

PostPosted: 29 Jun 2011, 02:40
by Braids
Sol, what does your svn --version say? mine is 1.6.17 (r1128011).

if you checkout finishes, or if you get tired of waiting for it, please let me know. thanks!

Edit 1: Wall of Hope . . . how apt. i HOPE this checkout stops freezing.

Re: i can't checkout cardsfolder (SVN troubles)

PostPosted: 29 Jun 2011, 02:43
by friarsol
1.6.9 (x64 if that matters). I use SlikSVN on Win 7.

Re: i can't checkout cardsfolder (SVN troubles)

PostPosted: 29 Jun 2011, 02:48
by Chris H.
It is starting to get a little late where I live. I will read up on any additional details that the two of you post here in reference to your attempts to checkout the braids-minimax branch tomorrow.

Re: i can't checkout cardsfolder (SVN troubles)

PostPosted: 29 Jun 2011, 02:51
by slapshot5
could this be because Wall of Hope doesn't have a newline character at the end of it?

Do a 'cat -e wall_of_hope.txt' to see.

Seems like it's got all the files though, right?

-slapshot5

Re: i can't checkout cardsfolder (SVN troubles)

PostPosted: 29 Jun 2011, 02:53
by friarsol
slapshot5 wrote:could this be because Wall of Hope doesn't have a newline character at the end of it?

Do a 'cat -e wall_of_hope.txt' to see.

Seems like it's got all the files though, right?

-slapshot5
Lots of cards don't end with a newline. I think anything that runs through the setInfoScript has a trailing newline specifically stripped out.

Re: i can't checkout cardsfolder (SVN troubles)

PostPosted: 29 Jun 2011, 02:57
by slapshot5
. Corrupt was immediately before Wall of Hope in my checkout, and it had a newline at the end. I would guess that went through the SetInfo script.