All, I have a problem with an svn update (svn up), that is being done as part of ant build script in CruiseControl.
There are 2 parts of the svn update (to be clear the FIRST step works Fine;
including logic), it's the second step that I have that is causing me
problems.
The Problem:
I can get the first svn up to work; however the second one never executes.
The second svn update won't actually do an update (on the
${svn.shared.dir}), the svn up should show the .svn folder has an updated
date (indicating it actually worked, like the first one). The logic is
fine, I have tested this as well. I can see in the cruisecontrol log file
and it appears it executing the svn update
The .svn file in the directory is never updated with the appropriate
timestamp.
Things I've done:
* Manually checked it out using the EXACT command line syntax as the
script. This worked fine.
* Substituted all of the variables with hard coated absolute paths to
ensure it wasn't a variable issue. This worked fine.
* Checked file permissions (again, I did this command line as well, no
issues).
* the first svn up block does update the .svn file, can't figure out why
the second never works.
The logs never show any issue or complaints, it hits the logic portion just
fine and shows that it executes.
I have looked at this over and over and I can't figure out wh
I have attached relevant files.
I appreciate your help.
Cheers,
Jason
--
---
You received this message because you are subscribed to the Google Groups
"ccnet-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
build.xml
Description: XML document
