Bug #15602
closedNothing happens when new workspace added
0%
Description
Found bug 0002232 that this is refering to.
Says that it is resolved and commited, but pulling down a fresh copy from cvs still doesn't have the changes in it. When I check the latest revision from the sourceforge page I see the change. There is a branch that occured at revision 1.2 that may keep it from comming down in a cvs update for me.
the path to the file is TYPO3core/typo3/mod/user/ws/workspaceforms.php
Forgive me, but I don't know a lot about cvs. I'm using the below command to get the fresh cvs copy. Maybe I need to do something different to get the branch of the file?
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/typo3 co -P TYPO3core
(issue imported from #M2529)
Updated by Karsten Dambekalns over 18 years ago
Yes, you need to checkout the TYPO3_4-0 branch. You used HEAD, in which the fix isn't available. This is the way to go:
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/typo3 co -r TYPO3_4-0 -P TYPO3core
Updated by Michael Stucki almost 11 years ago
- Category changed from Communication to Workspaces
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
- Target version deleted (
0)