You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Run cc2svn.py against a static view.
2. Wait until "Checking labels" and you should get an error.
The error says something like "config spec should begin with 'element *
CHECKEDOUT'".
What is the expected output? What do you see instead?
* Normal program flow.
What version of the product are you using? On what operating system?
* svn revision 4
Please provide any additional information below.
* ClearCase static views need a more complete configuration spec. In
addition to the error above, load rules would need to be transfered from
the old config spec for the new config spec to work.
Original issue reported on code.google.com by [email protected] on 15 Dec 2009 at 9:55
The text was updated successfully, but these errors were encountered:
Here is a patch to add snapshot support. This patch is against the files
downloadable from cc2svn.tar.gz labeled temporary, March 05, 2010, not
subversion. It seems like subversion is out of date.
Snapshot views require a 'element * CHECKOUT' line and load rules in
the config spec. Dynamic views don't, but the CHECKOUT rule doesn't hurt.
Parse the existing config spec and add any load rules found to the generated
config spec. Dynamic views won't have load rules, so this doesn't hurt
either.
Original issue reported on code.google.com by
[email protected]
on 15 Dec 2009 at 9:55The text was updated successfully, but these errors were encountered: